From 7d79780df06c47f8adeaa2b028f706274fe7670c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Mar 2018 20:50:23 +0100 Subject: [PATCH] tests: checkupdates now requires a clean git repo state --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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