Skip to content

Commit

Permalink
test(pkg): improve libraries test (#10100)
Browse files Browse the repository at this point in the history
set root explicitly

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Feb 22, 2024
1 parent d43a1e1 commit eef9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/pkg/libraries.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now we set up a lock file with this package and then attempt to use it:
$ cat >dune.lock/mypkg.pkg <<EOF
> (version 0.0.1)
> (source (copy $PWD/external_sources))
> (build (run dune build --promote-install-file=true . @install))
> (build (run dune build --release --promote-install-file=true . @install))
> EOF
$ cat >dune <<EOF
Expand Down

0 comments on commit eef9481

Please sign in to comment.