Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
  • Loading branch information
moyodiallo committed Sep 24, 2024
1 parent 11fec63 commit f7e9b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions test/blackbox-tests/test-cases/pkg/ocamlformat/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
(cram
(deps %{bin:curl})
(applies_to ocamlformat-e2e))

(cram
(deps %{bin:md5sum})
(applies_to ocamlformat-patch-extra-files))
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Make the ocamlformat opam package which uses a patch:
> extra-files: ["patch-for-ocamlformat.patch" "md5=$(md5sum patch-for-ocamlformat.patch | cut -f1 -d' ')"]
> patches: ["patch-for-ocamlformat.patch"]
> url {
> src:"file://$PWD/ocamlformat-0.1.tar.gz"
> src:"file://$PWD/ocamlformat-0.1.tar"
> checksum: [
> "md5=$(md5sum ocamlformat-0.1.tar.gz | cut -f1 -d' ')"
> "md5=$(md5sum ocamlformat-0.1.tar | cut -f1 -d' ')"
> ]
> }
> EOF
Expand Down

0 comments on commit f7e9b61

Please sign in to comment.