summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-benchmark.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 3271969d..b360b5b7 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -351,12 +351,12 @@ if [ $res != 0 ]; then
exit $EXTERNAL_FAIL
fi
-# Launch prepare-board from docker host (all except stm32)
+# Launch prepare-board from docker host (only fx_* and apm_*)
case "$hw_tag" in
- fx_*) prepare_board_port="2222" ;;
- apm_*) prepare_board_port="2222" ;;
- tk1_*) prepare_board_port="2222" ;;
- tx1_*) prepare_board_port="2222" ;;
+ fx_*) ;&
+ apm_*)
+ prepare_board_port="2222"
+ ;;
*)
prepare_board_port=""
;;