summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-07-28 09:37:46 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-07-28 11:19:35 +0200
commitd3a9e99e3298c45a22a062be5eff6503f0d2e3bd (patch)
treef645b03f915efac021ba4d177b79ea9c2d4af55f
parent23977c175b5c417bc98bbeee3177a6615b4d530d (diff)
Add hint for post-build failure investigation
Change-Id: I82e5053458e0f7e33265985e2e45285c5c3339cb
-rwxr-xr-xinvoke_session_debian2
1 files changed, 2 insertions, 0 deletions
diff --git a/invoke_session_debian b/invoke_session_debian
index 2c05826..f7dfde5 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -128,11 +128,13 @@ chmod 700 "${maindir}"
echo "Running benchmark... I may be some time"
if ! "${ABE_DIR}"/scripts/Benchmark.job; then
echo "Benchmark run failed" >&2
+ echo "ssh -o ControlMaster=no -o ControlPath=/dev/null ${ip_addr}.lab"
error=1
exit
fi
echo "*** RESULTS READY"
+echo "ssh -o ControlMaster=no -o ControlPath=/dev/null ${ip_addr}.lab"
while ! test -e ~/data/resultsgone; do
inotifywait -e create ~/data
done