add dos to safety tests

This commit is contained in:
Adeeb Shihadeh
2020-08-12 13:32:33 -07:00
parent ed0621137e
commit ecef0a19d0

View File

@@ -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 .