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> {},
|
{ pkgs ? import <nixpkgs> {},
|
||||||
diskImage ? "/opt/windows/c.img",
|
diskImage ? "/opt/windows/c.img",
|
||||||
qemuMem ? "2G",
|
qemuMem ? "2G",
|
||||||
|
|
|
@ -57,7 +57,7 @@ stdenv.mkDerivation {
|
||||||
${ssh "anaconda\\scripts\\activate ${condaEnv} && conda install artiq.tar.bz2"}
|
${ssh "anaconda\\scripts\\activate ${condaEnv} && conda install artiq.tar.bz2"}
|
||||||
done
|
done
|
||||||
|
|
||||||
# Allow tests to run for 2 minutes
|
# Schedule a timed shutdown against hanging test runs
|
||||||
${ssh "shutdown -s -t ${toString testTimeout}"}
|
${ssh "shutdown -s -t ${toString testTimeout}"}
|
||||||
|
|
||||||
FAIL=n
|
FAIL=n
|
||||||
|
|
Loading…
Reference in New Issue