From 35ddb4f5cf67efe1219a8bf509fc1dc7f4222eaf Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Sun, 21 Apr 2019 22:21:18 +0200 Subject: [PATCH] windows tests: fix $FAIL escaping --- artiq/windows/run-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/windows/run-test.nix b/artiq/windows/run-test.nix index 063b23a..9b56a94 100644 --- a/artiq/windows/run-test.nix +++ b/artiq/windows/run-test.nix @@ -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