Revert "artiq-fast: fix windows test skip script"

This reverts commit 9a3d7451df.
master
Sebastien Bourdeauducq 2021-12-14 18:22:02 +08:00
parent 300ec387e3
commit 926582acbd
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"
''
)