-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Description
Expected Behavior
When specifying binaries via (env) it is expected that the binaries would be accessible in cram tests and can be used.
Actual Behavior
It works when the (env) stanza is in the same folder as the cram test but if the env call is in an higher up folder, the PATH gets populated with the entry for injecting the binaries (.bin) but no such folder is created and no binaries are symlinked into it.
Reproduction
- PR with a reproducing test: Test that shows the environment binaries not properly set up for cram tests #4975
Specifications
- Version of
dune(output ofdune --version): 2.9.1 - Version of
ocaml(output ofocamlc --version): 4.12.0 - Operating system (distribution and version): Fedora Linux 34
Reactions are currently unavailable