summaryrefslogtreecommitdiff
path: root/tcwg-benchmark-bare.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2021-02-23 15:11:55 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2021-02-23 15:11:55 +0000
commit8e1130ba33528252ddabb266069c36dda56d4b30 (patch)
treed31b117e9b91d5ae30f91fdf9cc557e324e162ea /tcwg-benchmark-bare.sh
parent2ca586ae8bb62ac888c352bf540220dcf9bf72e7 (diff)
tcwg-benchmark-bare.sh: Remove stm32_ prefix for hw_tag when calling coremark.sh
Change-Id: Ia3c43e754e6e3f3f13c1e00eab64ab8aa880148d
Diffstat (limited to 'tcwg-benchmark-bare.sh')
-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 9cfb80b8..17e88961 100755
--- a/tcwg-benchmark-bare.sh
+++ b/tcwg-benchmark-bare.sh
@@ -165,7 +165,7 @@ if echo "$results_id" | grep -q "\.\."; then
exit 1
fi
case "$hw_tag" in
- stm32*) ;;
+ stm32*) hw_tag=${hw_tag##stm32_} ;;
*)
echo "ERROR: results_id does not start with a valid hw_tag"
exit 1