Release 260111
This commit is contained in:
10
selfdrive/test/cpp_harness.py
Executable file
10
selfdrive/test/cpp_harness.py
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
from openpilot.common.prefix import OpenpilotPrefix
|
||||
|
||||
with OpenpilotPrefix():
|
||||
ret = subprocess.call(sys.argv[1:])
|
||||
|
||||
sys.exit(ret)
|
||||
Reference in New Issue
Block a user