fix 'openpilot' symlink being created in release branches

albatross
Adeeb Shihadeh 2020-06-18 14:23:11 -07:00
parent b3101998ed
commit 9b6864b31a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ rm -rf /data/openpilot/pandaextra
popd
# Build stuff
ln -sf /data/openpilot /data/pythonpath
ln -sfn /data/openpilot /data/pythonpath
export PYTHONPATH="/data/openpilot:/data/openpilot/pyextra"
SCONS_CACHE=1 scons -j3
nosetests -s selfdrive/test/test_openpilot.py