forked from M-Labs/nix-scripts
windows tests: doc
This commit is contained in:
parent
35ddb4f5cf
commit
fd8215b774
|
@ -1,3 +1,5 @@
|
|||
# This runs `run-test.nix` with `nix-build`
|
||||
|
||||
{ pkgs ? import <nixpkgs> {},
|
||||
diskImage ? "/opt/windows/c.img",
|
||||
qemuMem ? "2G",
|
||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation {
|
|||
${ssh "anaconda\\scripts\\activate ${condaEnv} && conda install artiq.tar.bz2"}
|
||||
done
|
||||
|
||||
# Allow tests to run for 2 minutes
|
||||
# Schedule a timed shutdown against hanging test runs
|
||||
${ssh "shutdown -s -t ${toString testTimeout}"}
|
||||
|
||||
FAIL=n
|
||||
|
|
Loading…
Reference in New Issue