Updating runner operational flags
This commit is contained in:
parent
5d9c7b0884
commit
3187825b61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue