windows: fix no-hardware-tests

pull/30/head
Sebastien Bourdeauducq 2020-06-22 17:53:01 +08:00
parent 8111b2f42b
commit 5c07a9e95d
1 changed files with 1 additions and 1 deletions

View File

@ -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
'';
};