1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +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 ./make.sh
cd $WORKSPACE/tests 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 if [ $testcase == $WORKSPACE/tests/install.TestCase ]; then
echo "skipping install.TestCase, its too troublesome in CI builds" echo "skipping install.TestCase, its too troublesome in CI builds"
continue continue