This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode in repository toolchain/abe.
commit 75aa1940ee8930e2da397499b0289b59326c36f9 Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 12:58:57 2015 +0200
More output when we trap errors for debug
Change-Id: Ibebb026f99f52eea0a02050246c06a6c064d560a --- config/bench/lava/host-session | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index e2c32a9..d026ef9 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -7,6 +7,9 @@ error=1 function exitfunc { if test ${error} -ne 0; then if test x"${BENCH_DEBUG}" != x && test x"${BENCH_DEBUG}" != xNone; then + echo "Trapped exit with error ${error}" + echo "Sleeping for debug" + echo "ssh -o ControlMaster=no -o ControlPath=/dev/null `hostname -I | tr -d [...] sleep infinity fi fi