diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tracer_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tracer_SUITE.erl b/test/tracer_SUITE.erl index 0f7fc5f..86ec9ac 100644 --- a/test/tracer_SUITE.erl +++ b/test/tracer_SUITE.erl @@ -22,7 +22,10 @@ %% ct. +%% We initialize trace patterns here. Appropriate would be in +%% init_per_suite/1, but this works just as well. all() -> + cowboy_tracer_h:set_trace_patterns(), cowboy_test:common_all(). %% We want tests for each group to execute sequentially |