summaryrefslogtreecommitdiff
path: root/tests/misc-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc-tests.sh')
-rwxr-xr-xtests/misc-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc-tests.sh b/tests/misc-tests.sh
index 40e1cba1..1c645c9b 100755
--- a/tests/misc-tests.sh
+++ b/tests/misc-tests.sh
@@ -37,6 +37,9 @@ do
if [ -x test.sh ]; then
./test.sh
if [ $? -ne 0 ]; then
+ if [[ $TEST_LOG =~ dump ]]; then
+ cat "$RESULTS"
+ fi
_fail "test failed for case $(basename $i)"
fi
fi