Skip to content

Commit

Permalink
fixup windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed May 31, 2024
1 parent e34ec59 commit 3a59113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/serlib/genarg/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
(progn
; Avoid issues on windows, (copy ) seems to add \r chars...
(bash "cp -a test_roundtrip.in test_roundtrip")
(bash "sed -i .bak 's/\r$//' test_roundtrip")
(run chmod +w test_roundtrip)
; We insert the digest of the binaries to force a rebuild of the
; test cases if the binary has been modified.
Expand Down

0 comments on commit 3a59113

Please sign in to comment.