Correct to new path

This commit is contained in:
Daniel Lublin 2023-01-13 15:42:46 +01:00
parent 072b204d3d
commit 60efb3c25e
No known key found for this signature in database
GPG Key ID: 75BD0FEB8D3E7830

View File

@ -2,7 +2,7 @@
set -eu
cd "${0%/*}"
cd ../../boards/mta1-usb-v1/test
cd ../../production_test
if [ ! -e venv ]; then
python3 -m venv venv