Simulator: passthrough BLOCK on launch script (#30040)

sim block passthrough
old-commit-hash: 51674f61c17be3e4af4af28156eb6868655863b3
This commit is contained in:
Justin Newberry
2023-09-25 13:44:26 -07:00
committed by GitHub
parent 860ae4c02d
commit 48e2871d42
+1 -1
View File
@@ -6,7 +6,7 @@ export SIMULATION="1"
export SKIP_FW_QUERY="1"
export FINGERPRINT="HONDA CIVIC 2016"
export BLOCK="camerad,loggerd,encoderd,micd,logmessaged"
export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged"
if [[ "$CI" ]]; then
# TODO: offscreen UI should work
export BLOCK="${BLOCK},ui"