add dos to safety tests

master
Adeeb Shihadeh 2020-08-12 13:32:33 -07:00
parent ed0621137e
commit ecef0a19d0
1 changed files with 1 additions and 1 deletions

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 .