You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update nested dune test to emulate dune build closer
The way the test is implemented, the code testing dune is always calling
the (outside, Dune unter test) via its absolute path.
This change, extracted from ocaml#12902 calls Dune via absolute path but
wraps it in an utility where argv[0] is set to "dune" instead of the
absolute path, more closely resembling a call to `dune build` instead of
(a hypothetical) `/usr/bin/dune build`.
Signed-off-by: Marek Kubica <marek@tarides.com>
0 commit comments