Skip to content

Commit

Permalink
Add license to fix opam 2.2 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jun 23, 2023
1 parent ad02696 commit 2897b7c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions tests/bin/check/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ Make a minimal project set up
$ cat > my_pkg.opam <<EOF
> opam-version: "2.0"
> dev-repo: "git+https://github.com/fu/fa.git"
> description : "Some description"
> maintainer : "me"
> authors : "also me"
> homepage : "https://github.com/fu/fa"
> bug-reports : "https://github.com/fu/fa/issues"
> synopsis : "Dope project"
> description: "Some description"
> maintainer: "me"
> authors: "also me"
> homepage: "https://github.com/fu/fa"
> bug-reports: "https://github.com/fu/fa/issues"
> synopsis: "Dope project"
> license: "ISC"
> EOF
$ cat > dune-project << EOF
> (lang dune 2.7)
Expand Down Expand Up @@ -91,12 +92,13 @@ Add another package
$ cat > my_pkg-sub.opam <<EOF
> opam-version: "2.0"
> dev-repo: "git+https://github.com/fu/fa.git"
> description : "Some description"
> maintainer : "me"
> authors : "also me"
> homepage : "https://github.com/fu/fa"
> bug-reports : "https://github.com/fu/fa/issues"
> synopsis : "Dope project"
> description: "Some description"
> maintainer: "me"
> authors: "also me"
> homepage: "https://github.com/fu/fa"
> bug-reports: "https://github.com/fu/fa/issues"
> synopsis: "Dope project"
> license: "ISC"
> EOF
In multi package projects, the whole lint process (including the file lints, even though they are package independent) is done once for every package
Expand Down

0 comments on commit 2897b7c

Please sign in to comment.