File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
test/blackbox-tests/test-cases Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33 (env-vars
44 (DUNE_CONFIG__BACKGROUND_SANDBOXES disabled)
55 (DUNE_CONFIG__BACKGROUND_DIGESTS disabled)
6- ; We set ocaml to always be colored since it changes the output of
7- ; ocamlc error messages. See https://github.com/ocaml/ocaml/issues/14144
6+ ;; We set ocaml to always be colored since it changes the output of
7+ ;; ocamlc error messages. See https://github.com/ocaml/ocaml/issues/14144
88 (OCAML_COLOR always))
99 (binaries
1010 ../utils/dune_cmd.exe
2525 (env_var OCAML_COLOR)
2626 %{bin:dune_cmd}
2727 (package dune))
28- ; Tests shouldn't take longer than 60s
28+ ;; We don't allow conflict markers in tests
29+ (conflict error)
30+ ;; Tests shouldn't take longer than 60s
2931 (timeout 60))
3032
3133(cram
You can’t perform that action at this time.
0 commit comments