aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml.in
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark.yaml.in')
-rw-r--r--tcwg-benchmark.yaml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark.yaml.in b/tcwg-benchmark.yaml.in
index fd4f75d0c0..9128eadad6 100644
--- a/tcwg-benchmark.yaml.in
+++ b/tcwg-benchmark.yaml.in
@@ -255,10 +255,10 @@
for lock in $(set +f; ls -tr $HOME/boards/$NODE_NAME-*); do
(
flock -en -E 123 9 || exit 1
- NODE_NAME=$(cat $lock)
+ NODE_NAME=$(cat <&9)
export NODE_NAME
exec ./jenkins-scripts/tcwg-benchmark.sh
- ) 9>$lock &
+ ) 9<$lock &
res=0 && wait $! || res=$?
if [ $res != 123 ]; then
exit $res