From: Ryota MIBU Date: Tue, 28 Feb 2017 15:33:20 +0000 (+0000) Subject: [test] print log files X-Git-Tag: danube.1.RC1~10 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=f093b7f19e8cd6f76b26117b18b3c9e552ad5bcc [test] print log files Change-Id: Id8f307624564a6b822595689dbde64fee351b17f Signed-off-by: Ryota MIBU --- 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