fix pigeond test path

This commit is contained in:
Adeeb Shihadeh 2024-05-06 17:30:33 -07:00
parent 3e7d9fa2fe
commit 6dd55b64d8
1 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -195,7 +195,7 @@ node {
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py"],
["test power draw", "pytest -s system/hardware/tici/tests/test_power_draw.py"],
["test encoder", "LD_LIBRARY_PATH=/usr/local/lib pytest system/loggerd/tests/test_encoder.py"],
["test pigeond", "pytest system/sensord/tests/test_pigeond.py"],
["test pigeond", "pytest system/ubloxd/tests/test_pigeond.py"],
["test manager", "pytest selfdrive/manager/test/test_manager.py"],
])
},