1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

fix: run all testcase in tests/run-tests

This commit is contained in:
Michael Pöhn 2018-08-06 16:12:10 +02:00
parent a01d11ba64
commit 28ec93c587

View File

@ -138,7 +138,7 @@ cd $WORKSPACE/tests/getsig
./make.sh
cd $WORKSPACE/tests
for testcase in $WORKSPACE/tests/i*.TestCase; do
for testcase in $WORKSPACE/tests/*.TestCase; do
if [ $testcase == $WORKSPACE/tests/install.TestCase ]; then
echo "skipping install.TestCase, its too troublesome in CI builds"
continue