summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 15:53:13 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 15:53:13 +0000
commit4ccef87389b19156f8d4ac2061075c03b4ee8a31 (patch)
treebdd0bc7c46f08c8e3e058fc0b501ddac899a84bd
parentf699052facfc4d09260e9cb21212ed38df4850df (diff)
tcwg-benchmark-bare.sh: Run remote commands in WORKSPACE
Change-Id: I1080ecf5a2718b0052cd3d87c8b2f1acb312646c
-rwxr-xr-xtcwg-benchmark-bare.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-benchmark-bare.sh b/tcwg-benchmark-bare.sh
index 38f51894..0fd01ed6 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -224,12 +224,12 @@ trap "cleanup_all_containers" EXIT
# vars are from run-container.sh sourced above
# shellcheck disable=SC2154
-remote_exec "$run_container_host:$run_container_port::-t -Snone" \
+remote_exec "$run_container_host:$run_container_port:$WORKSPACE:-t -Snone" \
pwd
-remote_exec "$run_container_host:$run_container_port::-t -Snone" \
+remote_exec "$run_container_host:$run_container_port:$WORKSPACE:-t -Snone" \
ls -la $(pwd)
-remote_exec "$run_container_host:$run_container_port::-t -Snone" \
+remote_exec "$run_container_host:$run_container_port:$WORKSPACE:-t -Snone" \
$(pwd)/bmk-scripts/coremark.sh \
--ccprefix "$ccprefix" \
--verbose true