aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml.in
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-16 17:41:55 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-16 17:41:55 +0000
commitdb3afbc3da747df20b41cadb4aa3ae872fdbfaa9 (patch)
tree388b3d328e53c8c430ec5b8507ddad3b74145beb /tcwg-benchmark.yaml.in
parent1b2305853c1d44c96c26a952b4d74353b0f6daea (diff)
tcwg-benchmark: Fix $lock reference
Change-Id: I28a5ac57a8321b25bbe29a998fa2a4ea25fc5b58
Diffstat (limited to 'tcwg-benchmark.yaml.in')
-rw-r--r--tcwg-benchmark.yaml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.yaml.in b/tcwg-benchmark.yaml.in
index d4553be24e..85b542b851 100644
--- a/tcwg-benchmark.yaml.in
+++ b/tcwg-benchmark.yaml.in
@@ -257,7 +257,7 @@
NODE_NAME=$(cat $lock)
export NODE_NAME
exec ./jenkins-scripts/tcwg-benchmark.sh
- ) 9>$HOME/boards/$lock &
+ ) 9>$lock &
res=0 && wait $! || res=$?
if [ $res != 123 ]; then
exit $res