Skip to content

Commit

Permalink
reftest: show the resulting dummy opam file when the opam-version is …
Browse files Browse the repository at this point in the history
…incompatible
  • Loading branch information
kit-ty-kate committed Mar 11, 2024
1 parent 00399bc commit 2706f5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/reftests/repository.test
Original file line number Diff line number Diff line change
Expand Up @@ -662,3 +662,13 @@ foo.4
foo.5
foo.6
third.3
### opam show --raw bad-opam-version.1
opam-version: "2.0"
name: "bad-opam-version"
version: "1"
available: false
### opam show --raw bad-opam-version.2
opam-version: "2.0"
name: "bad-opam-version"
version: "2"
available: false

0 comments on commit 2706f5f

Please sign in to comment.