mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
add dos to safety tests
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user