fix ARTIQ_ROOT command

pull/16/head
Sebastien Bourdeauducq 2019-03-14 14:56:05 +08:00
parent b830eff911
commit 9abb08a2bd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ in
sleep 15
# ping: socket: Operation not permitted
#ping kc705-1 -c10 -w30
export ARTIQ_ROOT=`python -c "import artiq; print(artiq.__path__[0])"`/examples/kc705_nist_clock",
export ARTIQ_ROOT=`python -c "import artiq; print(artiq.__path__[0])"`/examples/kc705_nist_clock
export ARTIQ_LOW_LATENCY=1
python -m unittest discover -v artiq.test.coredevice
mkdir $out