Commit f2734ce8 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrey Vagin

test/zdtm.sh: formatting fix

Put echo to a separate line to
- keep the text within 80 columns
- visually check that the positions of semicolons are the same
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrey Vagin <avagin@gmail.com>
parent 060fb6fe
...@@ -88,9 +88,12 @@ case_error() ...@@ -88,9 +88,12 @@ case_error()
echo "Test: $test" echo "Test: $test"
echo "====================== ERROR ======================" echo "====================== ERROR ======================"
[ -e "$DUMP_PATH/dump.log" ] && echo "Dump log : $DUMP_PATH/dump.log" [ -e "$DUMP_PATH/dump.log" ] &&
[ -e "$DUMP_PATH/restore.log" ] && echo "Restore log: $DUMP_PATH/restore.log" echo "Dump log : $DUMP_PATH/dump.log"
[ -e "$test_log" ] && echo "Output file: $test_log" [ -e "$DUMP_PATH/restore.log" ] &&
echo "Restore log: $DUMP_PATH/restore.log"
[ -e "$test_log" ] &&
echo "Output file: $test_log"
exit 1 exit 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment