summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 487b68d9..6ca548f1 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -222,9 +222,9 @@ fi
hw_tag="${results_id%%/*}"
case "$hw_tag:$boardname:$image_arch" in
- "tk1_32:tcwg-tk1-"*:"armhf") ;;
- "tx1_64:tcwg-tx1-"*:"arm64") ;;
- "tx1_32:tcwg-tx1-"*:"armhf") ;;
+ tk1_32:*-tk1-*:armhf) ;;
+ tx1_64:*-tx1-*:arm64) ;;
+ tx1_32:*-tx1-*:armhf) ;;
*)
echo "ERROR: results_id does not start with a valid hw_tag: $hw_tag"
exit 1