mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
tests: only generate keystores when that is actually being tested
Generating a keystore is quite slow since it means a new RSA key is created. That only needs to happen in the tests that check that it actually happened, otherwise the test can just reuse the stored test keystore. closes #432
This commit is contained in:
parent
eb81eaa574
commit
173a35b190
2 changed files with 28 additions and 52 deletions
|
@ -92,11 +92,6 @@ test -e $WORKSPACE/env/share/locale/de/LC_MESSAGES/fdroidserver.mo
|
|||
fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests $apksource
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
# run git pre-commit hook for pep8, pyflakes, etc
|
||||
sh hooks/pre-commit
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
# run pylint
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue