Revert local testing changes

This commit is contained in:
Uku Loskit 2024-07-28 21:54:47 +03:00
parent 7ef534cf38
commit fbbe7ff574
1 changed files with 1 additions and 2 deletions

View File

@ -8,9 +8,8 @@ cd $DIR
rm -f ../libpanda/*.gcda
scons -j$(nproc) -D --coverage
pip install --break-system-packages pytest-subtests
# run safety tests and generate coverage data
HW_TYPES=( 6 6 )
HW_TYPES=( 6 9 )
for hw_type in "${HW_TYPES[@]}"; do
echo "Testing HW_TYPE: $hw_type"
HW_TYPE=$hw_type pytest