chiark / gitweb /
tests: fix `fdroid build` test with Debian gradle
authorHans-Christoph Steiner <hans@eds.org>
Thu, 9 Nov 2017 12:11:31 +0000 (13:11 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 9 Nov 2017 12:11:49 +0000 (13:11 +0100)
tests/run-tests

index 57186855252668e906820b4fb2da03054cab0baa..54a418b39f8072a8c4963f23624627bccdbe6a3c 100755 (executable)
@@ -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