Updating runner operational flags

master
Ryan Summers 2021-04-07 14:31:49 +02:00
parent 5d9c7b0884
commit 3187825b61
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
# This shell file is executed by the hardware runner in Quartiq's office to exercise the various
# hardware aspects of Stabilizer.
# Enable shell operating mode flags.
set -eux
# Set up python for testing
python3 -m venv --system-site-packages py
source py/bin/activate