Skip to content

Commit 8512a44

Browse files
committed
Hardcode rabbit_ct_hook and cth_styledout inside our ct_master_fork.
Helps cleaning-up/coloring stdout for parallel targets TODO: there are obvious races for different nodes outputs In the next iteration I hope to implement cursor tracking for each node
1 parent 8dcad8a commit 8512a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/ct_master_fork.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ run_all([{Node,Run,Skip}|Rest],TSRec=#testspec{label = Labels,
368368
{cover_stop, CoverStop},
369369
{config, ConfigFiles},
370370
{event_handler, EvHandlers},
371-
{ct_hooks, FiltCTHooks},
371+
{ct_hooks, [rabbit_ct_hook, cth_styledout] ++ FiltCTHooks},
372372
% {ct_hooks_order, CTHooksOrder},
373373
{enable_builtin_hooks, EnableBuiltinHooks},
374374
{auto_compile, AutoCompile},

0 commit comments

Comments
 (0)