Skip to content

Commit

Permalink
build_release: run tests with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 7, 2024
1 parent 5c3c06d commit 2bad3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ TEST_FILES="tools/"
cd $SOURCE_DIR
cp -pR -n --parents $TEST_FILES $BUILD_DIR/
cd $BUILD_DIR
RELEASE=1 selfdrive/test/test_onroad.py
RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py
#system/manager/test/test_manager.py
selfdrive/car/tests/test_car_interfaces.py
pytest selfdrive/car/tests/test_car_interfaces.py
rm -rf $TEST_FILES

if [ ! -z "$RELEASE_BRANCH" ]; then
Expand Down

0 comments on commit 2bad3c2

Please sign in to comment.