summaryrefslogtreecommitdiff
path: root/tests/convert-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/convert-tests.sh')
-rwxr-xr-xtests/convert-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/convert-tests.sh b/tests/convert-tests.sh
index 5fa88a12..c5663367 100755
--- a/tests/convert-tests.sh
+++ b/tests/convert-tests.sh
@@ -37,6 +37,9 @@ run_one_test() {
./test.sh
if [ $? -ne 0 ]; then
_fail "test failed for case $testname"
+ if [[ $TEST_LOG =~ dump ]]; then
+ cat "$RESULTS"
+ fi
fi
else
_fail "custom test script not found"