mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 01:59:04 +00:00
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: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrey Vagin <avagin@gmail.com>
This commit is contained in:
parent
060fb6fed2
commit
f2734ce825
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue