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.
This commit is contained in:
Hans-Christoph Steiner 2018-04-09 10:27:29 +02:00
parent 94a094323e
commit 33c6d5570e
1 changed files with 0 additions and 1 deletions

View File

@ -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