From 28ec93c587dcc610125cb9aa69e51104c09f41fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 6 Aug 2018 16:12:10 +0200 Subject: [PATCH] fix: run all testcase in tests/run-tests --- tests/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests b/tests/run-tests index d747dddf..1551f9e4 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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