Skip to content

Commit

Permalink
test: try to make test reproducible
Browse files Browse the repository at this point in the history
use the TERM variable to stabilize the compiler output
  • Loading branch information
voodoos committed May 17, 2024
1 parent 1dd31fc commit e2eda7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-dirs/inconsistent-assumptions.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Do an update that breaks the build:
$ cd _build
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Import import.ml
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Bar bar.ml
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Foo foo.ml
$ TERM=dumb $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Foo foo.ml
File "foo.ml", line 4, characters 11-12:
4 | let x, _ = x + 1, Bar.b
^
Expand Down

0 comments on commit e2eda7c

Please sign in to comment.