jenkins: don't scan fdroidserver/ project for APKs

This was causing a number of problems:

* it would spend lots of time sorting through the tmp folders of APKs
  created by previous runs of this script
* it would include the bad test APKs in tests/ as normal APKs
This commit is contained in:
Hans-Christoph Steiner 2014-08-30 13:47:12 -04:00
parent 311ec604f8
commit 455e76b9e7

View file

@ -45,9 +45,9 @@ cd $WORKSPACE/fdroidserver/getsig
#------------------------------------------------------------------------------#
# run local tests
# run local tests, don't scan fdroidserver/ project for APKs
cd $WORKSPACE/tests
./run-tests ~jenkins/
./run-tests ~jenkins/workspace/[[:upper:]a-eg-z]\*
#------------------------------------------------------------------------------#