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 61bae1b commit 549abefCopy full SHA for 549abef
test/blackbox-tests/test-cases/pkg/opam-var/make-over-gmake.t
@@ -11,13 +11,13 @@ We create a dummy package that will output the value of the opam make variable:
11
> mkpkg testpkg << EOF
12
> build: [ "echo" make ]
13
> EOF
14
- > solve testpkg 2> /dev/null
+ $ solve testpkg 2> /dev/null
15
16
We now create dummy versions of make and gmake.
17
$ cat > make; cat > gmake
18
We add the current directory to PATH. Dune will expand %{make} and should prefer make over
19
gmake.
20
$ PATH=.:$PATH
21
- > build_pkg testpkg
+ $ build_pkg testpkg
22
$TESTCASE_ROOT/gmake
23
0 commit comments