summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2023-07-24 21:17:41 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2023-07-24 21:19:21 +0530
commit5a317b846f37c6761fc8059045dae4303c283e75 (patch)
treecb5b6a60284d3d7ae17db4ec2ec2ed517922a092 /tcwg-benchmark.sh
parentb32456f44b824bc46fdd19da95cd4869a9d89f5e (diff)
Pass --security instead of --docker_opts to start-container-docker.sh.
Change-Id: Ibf530ba4a348cfb440df4f6f7a1db8517f13a394
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 2e51293b..21e5fa9e 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -412,7 +412,7 @@ trap "cleanup_all_containers" EXIT
# Start a container to run the benchmarks in.
# We install SPEC in /home/tcwg-benchmark, so bind-mount it as $WORKSPACE.
-WORKSPACE=$HOME $scripts/start-container-docker.sh --session-host "$boardname" --arch "$image_arch" --distro "$bench_container_tag" --task bench --docker_opts "--privileged" --prefix run_ > run-container.sh &
+WORKSPACE=$HOME $scripts/start-container-docker.sh --session-host "$boardname" --arch "$image_arch" --distro "$bench_container_tag" --task bench --security "--privileged" --prefix run_ > run-container.sh &
res=0 && wait $! || res=$?
if [ $res != 0 ]; then