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)
commit33c6d5570e2b6c569a1f3dcbcfe9d17fdfd4b58c
tree4d2d401b61ad564194bc144b5072e53874185e5e
parent94a094323ecd1da765d5b979dc385602cd47a60d
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