chiark / gitweb /
jenkins: don't scan fdroidserver/ project for APKs
authorHans-Christoph Steiner <hans@eds.org>
Sat, 30 Aug 2014 17:47:12 +0000 (13:47 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 23 Oct 2014 18:26:11 +0000 (14:26 -0400)
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

jenkins-build

index 4069d820d19df8c5251cf6ba3b1a66510f466e9e..f67c5ed02e45c11d074d0351dc06a09e97e37eab 100755 (executable)
@@ -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]\*
 
 
 #------------------------------------------------------------------------------#