test: suppress ct:print/2 producing ton of useless logs
This commit is contained in:
parent
aae5e55e21
commit
0a6276f9fe
|
@ -50,7 +50,6 @@ t_add_hook_order(_) ->
|
||||||
proper:quickcheck(
|
proper:quickcheck(
|
||||||
add_hook_order_prop(),
|
add_hook_order_prop(),
|
||||||
[
|
[
|
||||||
{on_output, fun ct:print/2},
|
|
||||||
{numtests, 1000}
|
{numtests, 1000}
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue