aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 1e357173..1bf225aa 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -53,6 +53,7 @@ then
else
for i in "$TOPDIR"/tests/*.test
do
+ [ -z "$TEST_ALL" ] && [ ! -x "$i" ] && continue
if [ -z "$TEST_HOST" ]
then
do_test "$i" 1