Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test/cram/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
; ocaml-ci fix: ocamlfind warns on relative paths in ld.conf (OCaml >= 5.5),
; breaking cram output; safe to ignore, no C stubs linked here.
(env
(_
(env-vars
(OCAMLFIND_LDCONF ignore))))

(cram
(deps
%{bin:sqlgg}
Expand Down
3 changes: 1 addition & 2 deletions test/cram/test_migrations/migrate-idempotent-codegen.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ The human-facing note goes to stderr, not stdout:

migrations.sql stays empty - nothing is appended on a no-op:

$ wc -c < migrations.sql
0
$ test ! -s migrations.sql

Running it again produces byte-identical stdout (true idempotency):

Expand Down