summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-07-27 15:59:05 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-07-27 16:48:59 +0200
commit5fd4fd4d91238865cf72c602643e2e50da6dd47e (patch)
tree06a091dc95ea04e5331914d4a0f82882ba2968bc
parent6624e561f4965999b09849e3b3f8387a3e8023de (diff)
Don't attach tmux to consoletmux_wrapper
Makes the output less confusing, at least when attaching to the session for debugging purposes. NB THIS BRANCH WAS A BROKEN ATTEMPT TO WRAP THE SCRIPT WITH TMUX - AS I DON'T SET UP ENVIRONMENT INDEPENDENTLY FROM SCRIPT, IT ISN'T USEFUL. BUT I'LL PUSH IT TO A BRANCH FOR NOW, THESE TRICKS MAY BE GOOD FOR SOMETHING ELSE SOMEDAY. Change-Id: I347a1e77913b1319c6401f76d564b9c9f9ec6569
-rw-r--r--bench-session-debian.yaml2
1 files changed, 1 insertions, 1 deletions
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\; new -s benchmark-host "./invoke_session_debian '$GATEWAY' '$ABE_BRANCH' '$BENCHMARK' '$TOOLCHAIN' '$RUN_FLAGS' '$COMPILER_FLAGS'"
+ - env BENCH_DEBUG="$BENCH_DEBUG" tmux start-server\; new -ds benchmark-host "./invoke_session_debian '$GATEWAY' '$ABE_BRANCH' '$BENCHMARK' '$TOOLCHAIN' '$RUN_FLAGS' '$COMPILER_FLAGS' 2>&1 | tee /dev/console"& wait $!