summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-18 17:43:49 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-18 17:43:49 +0000
commitb267c58d77c4f91c4c8330421f4eb92688dd2ea5 (patch)
tree5ff9a3995c5414b8f71e9d477d5c7d047137e22e /tcwg-benchmark.sh
parentc7650d5bdfbcf0954a1a2b5f2b8f3d7938ed8546 (diff)
tcwg-benchmark.sh: Update
Change-Id: I759fdf3e13c5b83a3ee68f1e9ccbd781a816803f
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 3893ad51..487b68d9 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -213,7 +213,7 @@ esac
# Slaves for this job are virtual slaves on dev-01,
# convert the slave name into the target board name
-boardname=$(echo "${NODE_NAME}" | sed -e 's/-bmk//' -e 's/.tcwglab//').tcwglab
+boardname="${NODE_NAME}"
if echo "$results_id" | grep -q "\.\."; then
echo "ERROR: results_id should not escape /home/tcwg-benchmark/results* hierarchy; do not use \"..\""