summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-10-10 12:38:31 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-10-10 12:39:55 +0000
commit33e6bc1274d35e409b071e5d699fdd3437e07031 (patch)
treeea2ba411f5780d2a5cdff9674a33ec1bee336f5b /tcwg-benchmark.sh
parent6c08897efaef17971aaf1ba1e51173371dfb7505 (diff)
tcwg-benchmark.sh: Remove extra quoting after switch to remote_exec()
Change-Id: I2dda965799f91f6a94760e99fefc76ecb2749a1e
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index cdbab65f..d41e6960 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -274,12 +274,12 @@ remote_exec "$run_container_host:$run_container_port::-t -Snone" \
--input_size "$input_size" \
--iterations "$iterations" \
--run_profile "$run_profile" \
- "${sysroot:+--sysroot "$sysroot"}" \
+ ${sysroot:+--sysroot "$sysroot"} \
--toolchain "$toolchain_type" \
--resultsdest "bkp-01.tcwglab:/home/tcwg-benchmark/results-${results_id}/${NODE_NAME}" \
--nodename "${NODE_NAME}" \
--forceinstall "${forceinstall}" \
- "${clean_older_than:+--clean_older_than "$clean_older_than"}" \
+ ${clean_older_than:+--clean_older_than "$clean_older_than"} \
--verbose true
if $prepare_board; then