forked from M-Labs/nix-scripts
windows tests: fix $FAIL escaping
This commit is contained in:
parent
816ead8b96
commit
35ddb4f5cf
|
@ -69,7 +69,7 @@ stdenv.mkDerivation {
|
|||
${ssh "shutdown -p -f"}
|
||||
wait
|
||||
|
||||
[ "\\$FAIL" = "y" ] && exit 1
|
||||
[ "\\\$FAIL" = "y" ] && exit 1
|
||||
|
||||
EOF
|
||||
chmod a+x $out/bin/run.sh
|
||||
|
|
Loading…
Reference in New Issue