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 d2d19033becebac4809404b1827bdac8744ef80e 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 b50fe56..a4dcaef 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