summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2020-04-22 15:24:49 +0100
committerDavid Spickett <david.spickett@linaro.org>2020-04-23 12:54:33 +0100
commit52eb5a521c093601e3fba856599288bad7a5d96f (patch)
tree0e8a0c567c9d727becf411078f44cfc619c5f954 /tcwg-benchmark.sh
parent2382c087b5f0d51a4556c8c62f4723ab5a0ab7c9 (diff)
Shellcheck fixes round 2
Also update the sanity check script to include .job files. Change-Id: Ibf72d9ff346ff7b012d4e282a6ac8f3b7e73590d
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index bd41d76b..9cc82c10 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -261,6 +261,8 @@ if $prepare_board; then
--action start_board --verbose
fi
+# vars are from run-container.sh sourced above
+# shellcheck disable=SC2154
remote_exec "$run_container_host:$run_container_port::-t -Snone" \
bmk-scripts/run.sh \
--bench "$bench_list" \