Skip to content

Commit

Permalink
fix: harmonize fake GNAT external versions in testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jun 16, 2024
1 parent 8e6d05a commit 260af12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers = ["[email protected]"]
maintainers-logins = ["mosteo"]

[[external]]
# Fake GNAT version that cannot conflict with any real one
kind = "version-output"
# We look for make instead that should be always installed.
version-command = ["make", "--version"]
version-regexp = ".*Make ([\\d\\.]+).*"
version-command = ["echo", "1.0"]
version-regexp = "([\\d\\.]+).*"
provides = "gnat"
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ maintainers = ["[email protected]"]
maintainers-logins = ["mosteo"]

[[external]]
# Fake GNAT version that cannot conflict with any real one
kind = "version-output"
# We look for make instead that should be always installed.
version-command = ["make", "--version"]
version-regexp = ".*Make ([\\d\\.]+).*"
version-command = ["echo", "1.0"]
version-regexp = "([\\d\\.]+).*"
provides = "gnat"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ maintainers = ["[email protected]"]
maintainers-logins = ["mosteo"]

[[external]]
# Fake GNAT version that cannot conflict with any real one
kind = "version-output"
version-command = ["echo", "1.0"]
version-regexp = "([\\d\\.]+).*"
Expand Down

0 comments on commit 260af12

Please sign in to comment.