From 6f78852c4c20438fa9cc03615a04188a01920692 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 17 Oct 2023 23:36:08 -0600 Subject: [PATCH] fix(test): correctly qualify pp dep (#1203) Signed-off-by: Rudi Grinberg --- ocaml-lsp-server/test/e2e-new/dune | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-lsp-server/test/e2e-new/dune b/ocaml-lsp-server/test/e2e-new/dune index 8dcc1dd78..094fad3af 100644 --- a/ocaml-lsp-server/test/e2e-new/dune +++ b/ocaml-lsp-server/test/e2e-new/dune @@ -33,10 +33,14 @@ ppx_expect.config ppx_expect.config_types ppx_inline_test.config) + (preprocessor_deps for_pp.sh) (preprocess (per_module ((action - (run sh %{dep:for_pp.sh} %{input-file})) + (run + sh ;; we don't rely on the shebang line for windoze + %{project_root}/ocaml-lsp-server/test/e2e-new/for_pp.sh + %{input-file})) for_pp) ((pps ppx_expect) action_extract