aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-30 13:52:36 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-30 13:52:36 +0100
commit761fd9802e263f3654b744f613f245995780d407 (patch)
treede41ffa90359865e5c131e5a1c3983718efc2c2a /test
parent9d4c7216b08b809b63c47ae607d354d5e4e44ce2 (diff)
Mention the logfile at test startup
Change-Id: I275f3254a2067522ecbf9cf63d622d0b50fd3207
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-common1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-common b/test/test-common
index 1671fe6..abc4041 100755
--- a/test/test-common
+++ b/test/test-common
@@ -233,6 +233,7 @@ trap cleanup 0
echo "Running test $NAME:"
echo "($DESCRIPTION)"
+echo "Logging to ${LOGFILE}"
# Startup check
STATUS=$(run_admin_command --status)