test: suppress ct:print/2 producing ton of useless logs

This commit is contained in:
JianBo He 2022-05-19 14:16:21 +08:00
parent aae5e55e21
commit 0a6276f9fe
1 changed files with 0 additions and 1 deletions

View File

@ -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}
] ]
) )