From 6151af767679695f6fd2536b7a82760f8600256e Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 3 Oct 2011 18:32:34 +0100 Subject: Only run tests with .sh extension --- tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run_tests.sh b/tests/run_tests.sh index ca6501e..32e7c97 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -14,7 +14,7 @@ fi ALLTESTSDIR=`pwd` -for i in [0-9][0-9]* +for i in [0-9][0-9]*.sh do cd $ALLTESTSDIR echo "#### Running $i" -- cgit v1.2.1