Make sure that there is at least one blank line after full log

This commit is contained in:
ZyX 2015-02-21 02:21:11 +03:00
parent fb0fba6c6d
commit 683691931d
1 changed files with 2 additions and 0 deletions

View File

@ -99,11 +99,13 @@ print_full_output() {
echo "Full output:"
echo '============================================================'
cat tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
echo
echo '____________________________________________________________'
if test "x$POWERLINE_TEST_NO_CAT_V" != "x1" ; then
echo "Full output (cat -v):"
echo '============================================================'
cat -v tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
echo
echo '____________________________________________________________'
fi
}