diff --git a/test/zdtm.sh b/test/zdtm.sh index 3b58feb32..9364bac89 100644 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -88,9 +88,12 @@ case_error() echo "Test: $test" echo "====================== ERROR ======================" - [ -e "$DUMP_PATH/dump.log" ] && echo "Dump log : $DUMP_PATH/dump.log" - [ -e "$DUMP_PATH/restore.log" ] && echo "Restore log: $DUMP_PATH/restore.log" - [ -e "$test_log" ] && echo "Output file: $test_log" + [ -e "$DUMP_PATH/dump.log" ] && + echo "Dump log : $DUMP_PATH/dump.log" + [ -e "$DUMP_PATH/restore.log" ] && + echo "Restore log: $DUMP_PATH/restore.log" + [ -e "$test_log" ] && + echo "Output file: $test_log" exit 1 }