Skip to content

Commit eb58da7

Browse files
committed
Do not log from tests (unless intentionally)
1 parent 60b96d7 commit eb58da7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/ocannl_config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ log_main_domain_to_stdout=true
33
~~ For version 0.4, the moons_demo_parallel test already works with the pipes_cc backend,
44
~~ but gives slightly different results on different machines.
55
~~ Once all scheduler issues are resolved, we should be using the cc backend.
6-
backend=sync_cc
6+
backend=sync_cc
7+
log_level=0

test_ppx/ocannl_config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
randomness_lib=for_tests
1+
randomness_lib=for_tests
2+
log_level=0

0 commit comments

Comments
 (0)