This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
commit 1fbeafa33594593a349b09b4bda3cf592fa88e84 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 09:37:46 2015 +0200
Add hint for post-build failure investigation
Change-Id: I82e5053458e0f7e33265985e2e45285c5c3339cb --- invoke_session_debian | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian index d4f5015..f199403 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -130,11 +130,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