Skip to content

Commit

Permalink
remove unused scons argument (#1169)
Browse files Browse the repository at this point in the history
* clean

* also here
  • Loading branch information
sshane committed Nov 29, 2022
1 parent 8accca1 commit 702e528
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
AddOption('--test',
action='store_true',
help='build test files')

# panda fw
SConscript('board/SConscript')

Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 702e528

Please sign in to comment.