forked from M-Labs/nix-scripts
windows tests: fix generated shell syntax
This commit is contained in:
parent
90ad4cc31c
commit
e959334704
|
@ -61,7 +61,7 @@ stdenv.mkDerivation {
|
||||||
${ssh "shutdown -s -t ${toString testTimeout}"}
|
${ssh "shutdown -s -t ${toString testTimeout}"}
|
||||||
|
|
||||||
FAIL=n
|
FAIL=n
|
||||||
${ssh "anaconda\\scripts\\activate ${condaEnv} && ${testCommand}"} || FAIL=y
|
( ${ssh "anaconda\\scripts\\activate ${condaEnv} && ${testCommand}"} ) || FAIL=y
|
||||||
|
|
||||||
# Abort timeouted shutdown
|
# Abort timeouted shutdown
|
||||||
${ssh "shutdown -a"}
|
${ssh "shutdown -a"}
|
||||||
|
|
Loading…
Reference in New Issue