Skip to content

Commit

Permalink
minor formatting for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Christine Rose <[email protected]>
  • Loading branch information
christinerose authored Jun 25, 2024
1 parent 63c8b7b commit 919dda4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/blackbox-tests/test-cases/pkg/build-package-logs.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Test the error message when installing package that fails.
$ . ./helpers.sh
$ make_lockdir

Make a project with two packages, one successful and, one that fails:
Make a project with two packages, one successful and one that fails:

$ cat > dune-project << EOF
> (lang dune 3.12)
> EOF

We create a package with a failing command that throws an error:
Create a package with a failing command that throws an error:

$ make_lockpkg x << EOF
> (version 0.0.1)
Expand All @@ -29,7 +29,7 @@ Building the package should fail and print an error:

[1]

We create a package with a succeeding command that displays some text:
Create a package with a succeeding command that displays some text:

$ make_lockpkg y << EOF
> (version 0.0.1)
Expand Down

0 comments on commit 919dda4

Please sign in to comment.