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 1c70e49d014bebe29a78ab6f138922f9ea2bc6ea 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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/invoke_session_debian b/invoke_session_debian index d4f5015..478ab51 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -135,6 +135,7 @@ if ! "${ABE_DIR}"/scripts/Benchmark.job; then 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