chiark / gitweb /
jenkins-test: remove redundant `fdroid update` test
authorHans-Christoph Steiner <hans@eds.org>
Mon, 9 Apr 2018 08:27:29 +0000 (10:27 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 9 Apr 2018 08:27:29 +0000 (10:27 +0200)
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

index 8154d5be5af801d2c98ba0c350043b3f3a750595..6af9cfd97dbf25754036e6a0ae4a05641f5ac481 100755 (executable)
@@ -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