From 926582acbd9173d1a5bc320a7c9092dda60c1216 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 14 Dec 2021 18:22:02 +0800 Subject: [PATCH] Revert "artiq-fast: fix windows test skip script" This reverts commit 9a3d7451dff646edaa670c581ba57983c42a5f69. --- artiq-fast.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast.nix b/artiq-fast.nix index 6efacb1..6084efe 100644 --- a/artiq-fast.nix +++ b/artiq-fast.nix @@ -39,7 +39,7 @@ let (overrides: pkgs.writeScriptBin "wfvm-run-windows-tests" '' - #!${pkgs.bash}/bin/bash + ${pkgs.bash}/bin/bash echo "Windows tests skipped" '' )