mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +02:00
Display the log after long wait
This commit is contained in:
parent
d8252f66b7
commit
e63a1c7cb5
@ -117,6 +117,16 @@ do_run_test() {
|
|||||||
attempts=$(( attempts - 1 ))
|
attempts=$(( attempts - 1 ))
|
||||||
if test $attempts -eq 0 ; then
|
if test $attempts -eq 0 ; then
|
||||||
echo "Waiting for too long: assuming test failed"
|
echo "Waiting for too long: assuming test failed"
|
||||||
|
echo "Failed ${SH}. Full output:"
|
||||||
|
echo '============================================================'
|
||||||
|
cat tests/shell/${SH}.${TEST_TYPE}.${TEST_CLIENT}.full.log
|
||||||
|
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 '____________________________________________________________'
|
||||||
|
fi
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user