Skip to content

Commit

Permalink
safety tests: test one of each MCU type
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Aug 15, 2023
1 parent ab70a3c commit d7f75ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/safety/test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/usr/bin/env bash

# Loop over all HW_TYPEs, see board/boards/board_declarations.h
# Make sure test fails if one HW_TYPE fails
set -e

HW_TYPES=( 6 7 9 )
HW_TYPES=( 6 9 )
for hw_type in "${HW_TYPES[@]}"; do
echo "Testing HW_TYPE: $hw_type"
HW_TYPE=$hw_type python -m unittest discover .
Expand Down

0 comments on commit d7f75ca

Please sign in to comment.