summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 14:25:35 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 14:25:35 +0000
commit5b170518c54b9d21c307b4abcafa8f84e60c48a6 (patch)
tree635d51e92eaad75f19e74b476e0660ba44945984
parent014c472bdfb9d928bfa7e7d72c108e0fbdbe1515 (diff)
tcwg-benchmark-bare.sh: Use the right remote pwd
Change-Id: Ic7dc1af5b5722c92430b2ce56bed64c3e1ead227
-rwxr-xr-xtcwg-benchmark-bare.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark-bare.sh b/tcwg-benchmark-bare.sh
index 19d214a6..c07374c1 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -227,9 +227,9 @@ trap "cleanup_all_containers" EXIT
remote_exec "$run_container_host:$run_container_port::-t -Snone" \
pwd
remote_exec "$run_container_host:$run_container_port::-t -Snone" \
- ls -la
+ ls -la $(pwd)
remote_exec "$run_container_host:$run_container_port::-t -Snone" \
- bmk-scripts/coremark.sh \
+ $(pwd)/bmk-scripts/coremark.sh \
--ccprefix "$ccprefix" \
--verbose true