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",
|
diskImage ? "/opt/windows/c.img",
|
||||||
qemuMem ? "2G",
|
qemuMem ? "2G",
|
||||||
testTimeout ? 600,
|
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;
|
with pkgs;
|
||||||
|
|
Loading…
Reference in New Issue