mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 10:10:30 +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
|
||||
fi
|
||||
|
||||
if [ -d tests ]; then
|
||||
cd tests
|
||||
fi
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
APKDIR=`pwd`
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue