mirror of https://github.com/commaai/panda.git
Revert local testing changes
This commit is contained in:
parent
7ef534cf38
commit
fbbe7ff574
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue