fix unittest invokation

pull/16/head
Sebastien Bourdeauducq 2019-02-19 01:22:17 +08:00
parent 9ba850da7f
commit b193b13ca1
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ with open(hydra_log, "w") as log:
"ARTIQ_LOW_LATENCY": "1"
}
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)