Create /data/pythonpath in release script

pull/1074/head
Willem Melching 6 years ago
parent 0f2b1ea5f5
commit 4f05efb6bc
  1. 1
      release/build_release2.sh

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

Loading…
Cancel
Save