mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 04:00:30 +03:00
move run-tests to /bin/bash so we can use bashisms
This commit is contained in:
parent
f4ee767013
commit
234736f306
3 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ cd $WORKSPACE/fdroidserver/getsig
|
|||
#------------------------------------------------------------------------------#
|
||||
# run local tests
|
||||
cd $WORKSPACE/tests
|
||||
./run-tests.sh
|
||||
./run-tests
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
|
@ -59,7 +59,7 @@ python setup.py install
|
|||
|
||||
# run tests in new pip+virtualenv install
|
||||
. $WORKSPACE/env/bin/activate
|
||||
fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests.sh
|
||||
fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue