forked from M-Labs/nix-scripts
windows: fix no-hardware-tests
This commit is contained in:
parent
8111b2f42b
commit
5c07a9e95d
|
@ -59,7 +59,7 @@ in
|
|||
buildInputs = [ (windowsRunner {}) ];
|
||||
phases = [ "buildPhase" ];
|
||||
buildPhase = ''
|
||||
${windowsRunner {}}/bin/wfvm-run-windows-tests
|
||||
${windowsRunner { testCommand = "python -m unittest discover -v sipyco.test && python -m unittest discover -v artiq.test"; }}/bin/wfvm-run-windows-tests
|
||||
touch $out
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue