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
This commit is contained in:
parent
8dcad8a4fd
commit
8512a4459b
|
@ -368,7 +368,7 @@ run_all([{Node,Run,Skip}|Rest],TSRec=#testspec{label = Labels,
|
|||
{cover_stop, CoverStop},
|
||||
{config, ConfigFiles},
|
||||
{event_handler, EvHandlers},
|
||||
{ct_hooks, FiltCTHooks},
|
||||
{ct_hooks, [rabbit_ct_hook, cth_styledout] ++ FiltCTHooks},
|
||||
% {ct_hooks_order, CTHooksOrder},
|
||||
{enable_builtin_hooks, EnableBuiltinHooks},
|
||||
{auto_compile, AutoCompile},
|
||||
|
|
Loading…
Reference in New Issue