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.
The following commit(s) were added to refs/heads/inserted_src by this push: new fd6852c Add a wait, so I can log in and look at what's happened fd6852c is described below
commit fd6852c3e53d9fd778f468630f6d9f7ec25f2455 Author: Bernard Ogden bernie.ogden@linaro.org Date: Fri Jul 10 18:16:45 2015 +0200
Add a wait, so I can log in and look at what's happened
Change-Id: Ie68fbba8097770b3852c7594fc4fd0ac0746af2b --- invoke_session_debian | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/invoke_session_debian b/invoke_session_debian index 861fc5e..841dc7e 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -74,6 +74,9 @@ cd ~/work export LAVA_IN_LAB=1 ~/src/abe/scripts/Benchmark.job
+echo "All done, waiting user" +sleep infinity + echo "Benchmarking session ended..." echo "<LAVA_TEST_RUNNER>: exiting" error=0