forked from M-Labs/nix-scripts
fix unittest invokation
This commit is contained in:
parent
9ba850da7f
commit
b193b13ca1
|
@ -31,4 +31,4 @@ with open(hydra_log, "w") as log:
|
||||||
"ARTIQ_LOW_LATENCY": "1"
|
"ARTIQ_LOW_LATENCY": "1"
|
||||||
}
|
}
|
||||||
env.update(os.environ)
|
env.update(os.environ)
|
||||||
run("python", "-m", "unittest", "-v", "artiq.test.coredevice", env=env)
|
run("python", "-m", "unittest", "discover", "-v", "artiq.test.coredevice", env=env)
|
||||||
|
|
Loading…
Reference in New Issue