1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

jenkins-test: ./run-tests won't work with only unsigned APKs

This commit is contained in:
Hans-Christoph Steiner 2017-11-10 09:29:50 +01:00
parent d7a51fd058
commit daa9635286

View File

@ -24,7 +24,7 @@ set -x
export ANDROID_HOME=/usr/lib/android-sdk export ANDROID_HOME=/usr/lib/android-sdk
cd tests cd tests
./run-tests $WORKSPACE/fdroiddata/unsigned ./run-tests $WORKSPACE
# this is set up and managed by jenkins-build-all # this is set up and managed by jenkins-build-all
cd $WORKSPACE/fdroiddata cd $WORKSPACE/fdroiddata