Merge branch 'some-bug-fixes' into 'master'

Some bug fixes and things

A couple of useful bug fixes and commits.

See merge request !28
This commit is contained in:
Ciaran Gultnieks 2014-11-07 14:49:07 +00:00
commit 2e56f4ecbf
4 changed files with 43 additions and 14 deletions

View file

@ -40,9 +40,9 @@ export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH
#------------------------------------------------------------------------------#
# 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]\*
#------------------------------------------------------------------------------#