summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2017-02-28 15:33:20 +0000
committerRyota MIBU <r-mibu@cq.jp.nec.com>2017-03-02 10:04:38 +0000
commitf093b7f19e8cd6f76b26117b18b3c9e552ad5bcc (patch)
tree32b7b83a4e0886bea345dabcd5c44eab513b475c /tests
parent6f0575c366df07b253f1a59e360baf98ccd4c2d2 (diff)
[test] print log files
Change-Id: Id8f307624564a6b822595689dbde64fee351b17f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'tests')
-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