This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch remove_hackingisms in repository toolchain/semiautobench.
commit 2b29efd0d18f17212f3d99f3111abd4a195e3479 Author: Bernard Ogden bernie.ogden@linaro.org Date: Mon Jul 27 15:59:05 2015 +0200
Don't attach tmux to console
Makes the output less confusing, at least when attaching to the session for debugging purposes.
Change-Id: I347a1e77913b1319c6401f76d564b9c9f9ec6569 --- bench-session-debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bench-session-debian.yaml b/bench-session-debian.yaml index 0aa22bf..bc36ff0 100644 --- a/bench-session-debian.yaml +++ b/bench-session-debian.yaml @@ -37,4 +37,4 @@ install: run: steps: - ./setup_session_debian "$PUB_KEY" - - env BENCH_DEBUG="$BENCH_DEBUG" tmux start-server; set -g status off; n [...] + - env BENCH_DEBUG="$BENCH_DEBUG" tmux start-server; new -ds benchmark-hos [...]