forked from M-Labs/nix-scripts
windows: run sipyco tests
This commit is contained in:
parent
525b91cb21
commit
c16af00977
|
@ -4,7 +4,7 @@
|
|||
diskImage ? "/opt/windows/c.img",
|
||||
qemuMem ? "2G",
|
||||
testTimeout ? 600,
|
||||
testCommand ? "python -m unittest discover -v artiq.test",
|
||||
testCommand ? "python -m unittest discover -v sipyco.test && python -m unittest discover -v artiq.test",
|
||||
}:
|
||||
|
||||
with pkgs;
|
||||
|
|
Loading…
Reference in New Issue