Skip to content

Commit

Permalink
Merge pull request #5320 from rjbou/reftests
Browse files Browse the repository at this point in the history
Reftests: Make the binary name of opam the same accross platforms
  • Loading branch information
kit-ty-kate authored Nov 15, 2022
2 parents c9ab85d + 9c42884 commit 061d730
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 73 deletions.
2 changes: 2 additions & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ users)
* Add config (report) test [#4892 @rjbou]
* Add `sed-cmd` command to replace resolved path command printing by command name only [#5285 @rjbou]
* Update sed-cmd to handle commands without any arguments [#5257 @kit-ty-kate]
* Make the binary name of opam the same accross platforms (used when testing invalid commands) [#5308 @kit-ty-kate]
* Handle cygpaths for opamp binary path [#5308 @rjbou]

## Github Actions
* Add solver backends compile test [#4723 @rjbou] [2.1.0~rc2 #4720]
Expand Down
5 changes: 5 additions & 0 deletions src/client/dune
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
( -> link-opam-manifest.dummy)
)))

; Hack to make the tests work on Cygwin
(rule
(targets opamMain.exe.exe)
(action (copy opamMain.exe %{targets})))

(rule
(with-stdout-to link-opam-manifest.dummy (echo "")))

Expand Down
Loading

0 comments on commit 061d730

Please sign in to comment.