From a14124955a7320a017c22676c8b5fb689b0c1585 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 9 Nov 2017 13:11:31 +0100 Subject: [PATCH] tests: fix `fdroid build` test with Debian gradle --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests b/tests/run-tests index 57186855..54a418b3 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -183,7 +183,7 @@ cd $WORKSPACE/tests/tmp/importer git remote update -p git clean -fdx # stick with known working commit, in case future commits break things for this code -git reset --hard 985aa135524ab7dd1e70335fd47b22fa628b81b3 +git reset --hard fea54e1161d5eb9eb1a54e26253ef84d3ab63705 if [ -d $ANDROID_HOME/platforms/android-23 ]; then echo "build_tools = '`ls -1 $ANDROID_HOME/build-tools/ | sort -n | tail -1`'" > config.py echo "force_build_tools = True" >> config.py -- 2.30.2