| Message ID | 1768520616-7289-6-git-send-email-mark.hatle@kernel.crashing.org |
|---|---|
| State | New |
| Headers | show |
| Series | Consolidated pseudo patches | expand |
diff --git a/run_tests.sh b/run_tests.sh index 3d0920f..1b6cfb9 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -46,6 +46,10 @@ do if [ "${opt_verbose}" = "-v" ]; then echo cat ${tmplog} + if [ $rc -ne 0 -a $rc -ne 255 ]; then + # Include the contents of the pseudo.log before we delete it + cat var/pseudo/pseudo.log + fi fi if [ "$rc" -eq "0" ]; then let num_passed_tests++
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> --- run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+)