remove unused scons argument (#1169)

* clean

* also here
This commit is contained in:
Shane Smiskol
2022-11-29 01:28:46 -08:00
committed by GitHub
parent 8accca13ad
commit 702e5281d8
3 changed files with 2 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ jobs:
run: eval "$BUILD"
- name: Run safety replay
run: ${{ env.RUN }} "cd tests/safety_replay &&
scons -u --test .. &&
scons -u .. &&
./test_safety_replay.py"
misra:

View File

@@ -1,7 +1,3 @@
AddOption('--test',
action='store_true',
help='build test files')
# panda fw
SConscript('board/SConscript')

View File

@@ -4,7 +4,7 @@
# Make sure test fails if one HW_TYPE fails
set -e
scons -u --test
scons -u
for hw_type in {0..7}; do
echo "Testing HW_TYPE: $hw_type"