summaryrefslogtreecommitdiffstats
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 05550c6..6f5a250 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -83,7 +83,7 @@ for types in $tests; do
continue
;;
skip)
- eval $cmd
+ eval $cmd >/dev/null
if [ $? -ne 0 ]; then
echo "Skipping tests, '$cmd' failed"
break