summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh9
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