mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01: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:
parent
94a094323e
commit
33c6d5570e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user