Simulator: set params enabled (#30195)

set params enabled
This commit is contained in:
Justin Newberry
2023-10-05 22:19:38 -07:00
committed by GitHub
parent 86b90a8ba2
commit 2884fd6e3d

View File

@@ -12,6 +12,8 @@ if [[ "$CI" ]]; then
export BLOCK="${BLOCK},ui"
fi
python -c "from openpilot.selfdrive.test.helpers import set_params_enabled; set_params_enabled()"
SCRIPT_DIR=$(dirname "$0")
OPENPILOT_DIR=$SCRIPT_DIR/../../