diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh index 855ecfc6..37dbaf4a 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -430,6 +430,15 @@ cleanup() { cleanup_installer cleanup_inspector + + # NOTE: Temporal log printer. + for f in $(find . -name '*.log') + do + echo + echo "[$f]" + sed -e 's/^/ | /' $f + echo + done } # Main process |