artiq-fast: fix windows test skip script

pull/74/head
Sebastien Bourdeauducq 2021-11-14 22:07:11 +08:00
parent adc49f1f1c
commit 9a3d7451df
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let
(overrides:
pkgs.writeScriptBin "wfvm-run-windows-tests"
''
${pkgs.bash}/bin/bash
#!${pkgs.bash}/bin/bash
echo "Windows tests skipped"
''
)