Skip to content

Commit cfd6cd7

Browse files
authored
chore: windows tests (#1167)
shell scripts cannot be executed like binaries Signed-off-by: Rudi Grinberg <[email protected]>
1 parent db92cb7 commit cfd6cd7

File tree

1 file changed

+1
-1
lines changed
  • ocaml-lsp-server/test/e2e-new

1 file changed

+1
-1
lines changed

ocaml-lsp-server/test/e2e-new/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(preprocess
3636
(per_module
3737
((action
38-
(run %{dep:for_pp.sh} %{input-file}))
38+
(run sh %{dep:for_pp.sh} %{input-file}))
3939
for_pp)
4040
((pps ppx_expect)
4141
action_extract

0 commit comments

Comments
 (0)