Skip to content

Commit 0bb0874

Browse files
authored
test(melange): remove --display=short to avoid flakiness in test (#12776)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
1 parent e1ea3b4 commit 0bb0874

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/blackbox-tests/test-cases/melange/module-cycle.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
> let x = Hello.x
1919
> EOF
2020

21-
$ dune build @check --display=short
22-
melc .output.mobjs/melange/melange.{cmi,cmj,cmt}
23-
ocamldep .output.mobjs/melange__Hello.impl.d
24-
ocamldep .output.mobjs/melange__Main.impl.d
21+
$ dune build @check
2522
Error: Dependency cycle between:
2623
_build/default/.output.mobjs/melange__Main.impl.all-deps
2724
-> _build/default/.output.mobjs/melange__Hello.impl.all-deps

0 commit comments

Comments
 (0)