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
1 changed files with 1 additions and 1 deletions

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