summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-10-10 11:24:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-10-10 11:24:46 +0000
commit5176b631336498c2e4165c0c02e05ec7188f9a36 (patch)
treeb86544b2810fe13f976f0cf6b72e6dbb762becf0 /tcwg-benchmark.sh
parent76c61e21fb7c8dcf436312462257c2400f0ad0a9 (diff)
tcwg-benchmark.sh: Fix typo
Change-Id: I798c651d7a02c3f0a5ace45e125e3552836fa71a
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index f627eb87..77cd3a6e 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -257,12 +257,12 @@ if $prepare_board; then
# set interrupt affinity
# check that there are no stray processes
# test that taskset works
- remote_exec "$run_container_host:$run_container_port:-t -Snone" \
+ remote_exec "$run_container_host:$run_container_port::-t -Snone" \
sudo /usr/local/bin/benchmark.sh --jenkins-node $NODE_NAME \
--action start_board --verbose
fi
-remote_exec "$run_container_host:$run_container_port:-t -Snone" \
+remote_exec "$run_container_host:$run_container_port::-t -Snone" \
bmk-scripts/run.sh \
--bench "$bench_list" \
--config "${BUILD_NUMBER}-$run_profile" \
@@ -283,7 +283,7 @@ remote_exec "$run_container_host:$run_container_port:-t -Snone" \
--verbose true
if $prepare_board; then
- remote_exec "$run_container_host:$run_container_port:-t -Snone" \
+ remote_exec "$run_container_host:$run_container_port::-t -Snone" \
sudo /usr/local/bin/benchmark.sh --action stop_board --verbose &
res=0 && wait $! || res=$?
if [ $res != 0 ]; then