summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 18:32:34 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 18:32:34 +0100
commit6151af767679695f6fd2536b7a82760f8600256e (patch)
tree7e34ed9d727b228bf3137d1db1e21c5a527d5e5f /tests
parent8e980fb77aea3832e994955f366a1a4b57d204ee (diff)
downloadtbdiff-6151af767679695f6fd2536b7a82760f8600256e.tar.gz
Only run tests with .sh extension
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"