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:
Iliia Khaprov 2025-05-26 14:36:13 +02:00
parent 8dcad8a4fd
commit 8512a4459b
No known key found for this signature in database
GPG Key ID: 4DCFF8F358E49AED
1 changed files with 1 additions and 1 deletions

View File

@ -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},