mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
tests: allow running ./tests/run-tests
This commit is contained in:
parent
c8627764e3
commit
27c717e764
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ if [ -z "$ANDROID_HOME" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d tests ]; then
|
||||||
|
cd tests
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
APKDIR=`pwd`
|
APKDIR=`pwd`
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue