mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-24 15:31:30 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user