summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 14:06:46 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-08-03 14:06:46 +0000
commite9ac2d9049c8d5e830b3a17d217e20504a380cf7 (patch)
treeae0ac88f930f5453868a81048db109b6485c3b48
parent6e819c90aaab84216bd14644eaeb9faa7c186da3 (diff)
tcwg-benchmark-bare.sh: Fix typo in container session-name
Change-Id: Ied62dcd9c470afbec7beee5763e9d57c0c888cc2
-rwxr-xr-xtcwg-benchmark-bare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark-bare.sh b/tcwg-benchmark-bare.sh
index 5429f34e..6e957ac4 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -215,7 +215,7 @@ esac
./start-container-docker.sh \
$docker_host_opt \
--distro "$bench_container_tag" \
- --session-name "BUILD_NUMBER-$JOB_NAME-bench" \
+ --session-name "$BUILD_NUMBER-$JOB_NAME-bench" \
--task bench \
--docker_opts "--privileged -v /dev/bus/usb:/dev/bus/usb" \
--prefix run_ > run-container.sh