From: Hans-Christoph Steiner Date: Mon, 9 Apr 2018 08:27:29 +0000 (+0200) Subject: jenkins-test: remove redundant `fdroid update` test X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=33c6d5570e2b6c569a1f3dcbcfe9d17fdfd4b58c;p=fdroidserver.git jenkins-test: remove redundant `fdroid update` test This test ran before config.py was setup, so it didn't respect the test setup. Things like "make_current_version_link = False" are needed so that the checkupdates tests work like on the official infrastructure. Also, ./tests/run-tests has many `fdroid update` tests, so having it here just wastes time. The tests that are directly in this script are meant to test the separate build/sign setup. --- diff --git a/jenkins-test b/jenkins-test index 8154d5be..6af9cfd9 100755 --- a/jenkins-test +++ b/jenkins-test @@ -32,7 +32,6 @@ cd $WORKSPACE/fdroiddata rm -f config.py keystore.jks ../fdroid init --verbose -../fdroid update export GNUPGHOME=$WORKSPACE/tests/gnupghome if [ ! -e $GNUPGHOME/private-keys-v1.d ]; then