summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
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"