forked from M-Labs/nix-scripts
Revert "artiq-fast: fix windows test skip script"
This reverts commit 9a3d7451df
.
This commit is contained in:
parent
300ec387e3
commit
926582acbd
|
@ -39,7 +39,7 @@ let
|
||||||
(overrides:
|
(overrides:
|
||||||
pkgs.writeScriptBin "wfvm-run-windows-tests"
|
pkgs.writeScriptBin "wfvm-run-windows-tests"
|
||||||
''
|
''
|
||||||
#!${pkgs.bash}/bin/bash
|
${pkgs.bash}/bin/bash
|
||||||
echo "Windows tests skipped"
|
echo "Windows tests skipped"
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue