mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +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 '============================================================'
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user