We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712692 commit e4ed7a9Copy full SHA for e4ed7a9
test/blackbox-tests/test-cases/pkg/merlin/dev-tool-merlin-env.t
@@ -24,12 +24,12 @@ executable in PATH is the one installed by dune as a dev tool.
24
> EOF
25
26
First install the tool:
27
- $ dune tools exec ocamlmerlin
28
- Error: The tool ocamlmerlin is not installed.
29
- Hint: Try running 'dune tools install ocamlmerlin'
30
- [1]
+ $ dune tools install ocamlmerlin
+ Solution for _build/.dev-tools.locks/merlin:
+ - merlin.0.0.1
+ - ocaml.5.2.0
31
32
Now check that 'dune tools env' puts the dev tool in PATH:
33
$ eval $(dune tools env)
34
$ which ocamlmerlin
35
+ $TESTCASE_ROOT/_build/_private/default/.dev-tool/merlin/target/bin/ocamlmerlin
0 commit comments