From: Hans-Christoph Steiner Date: Tue, 6 Mar 2018 19:50:23 +0000 (+0100) Subject: tests: checkupdates now requires a clean git repo state X-Git-Tag: 1.0.3~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7d79780df06c47f8adeaa2b028f706274fe7670c;p=fdroidserver.git tests: checkupdates now requires a clean git repo state --- diff --git a/tests/run-tests b/tests/run-tests index 81f0afc9..aadd82f1 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -587,7 +587,7 @@ LOCAL_COPY_DIR=`create_test_dir`/fdroid mkdir -p $LOCAL_COPY_DIR/repo echo "local_copy_dir = '$LOCAL_COPY_DIR'" >> config.py -$fdroid checkupdates +$fdroid checkupdates --allow-dirty $fdroid gpgsign $fdroid lint $fdroid readmeta