fix 'openpilot' symlink being created in release branches

old-commit-hash: 9b6864b31a19b943baa8fa7ad25ac83463f77392
This commit is contained in:
Adeeb Shihadeh
2020-06-18 14:23:11 -07:00
parent fb4bdf8c24
commit 16b4216a40
+1 -1
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