diff --git a/tests/safety/test.sh b/tests/safety/test.sh index 39d70ff6..2c3dbfe3 100755 --- a/tests/safety/test.sh +++ b/tests/safety/test.sh @@ -11,7 +11,7 @@ # Make sure test fails if one HW_TYPE fails set -e -for hw_type in 0 1 2 3 4 5 +for hw_type in 0 1 2 3 4 5 6 do echo "Testing HW_TYPE: $hw_type" HW_TYPE=$hw_type python -m unittest discover .