mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 01:05:42 +02:00
Make sure that there is at least one blank line after full log
This commit is contained in:
parent
fb0fba6c6d
commit
683691931d
@ -99,11 +99,13 @@ print_full_output() {
|
|||||||
echo "Full output:"
|
echo "Full output:"
|
||||||
echo '============================================================'
|
echo '============================================================'
|
||||||
cat tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
|
cat tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
|
||||||
|
echo
|
||||||
echo '____________________________________________________________'
|
echo '____________________________________________________________'
|
||||||
if test "x$POWERLINE_TEST_NO_CAT_V" != "x1" ; then
|
if test "x$POWERLINE_TEST_NO_CAT_V" != "x1" ; then
|
||||||
echo "Full output (cat -v):"
|
echo "Full output (cat -v):"
|
||||||
echo '============================================================'
|
echo '============================================================'
|
||||||
cat -v tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
|
cat -v tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
|
||||||
|
echo
|
||||||
echo '____________________________________________________________'
|
echo '____________________________________________________________'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user