From 33c6d5570e2b6c569a1f3dcbcfe9d17fdfd4b58c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 9 Apr 2018 10:27:29 +0200 Subject: [PATCH] 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. --- jenkins-test | 1 - 1 file changed, 1 deletion(-) 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