aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_event.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/src/ct_event.erl')
-rw-r--r--lib/common_test/src/ct_event.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_event.erl b/lib/common_test/src/ct_event.erl
index 1a0ee4f3cd..8b5bba7600 100644
--- a/lib/common_test/src/ct_event.erl
+++ b/lib/common_test/src/ct_event.erl
@@ -137,6 +137,7 @@ is_alive() ->
%% this function is called to initialize the event handler.
%%--------------------------------------------------------------------
init(RecvPids) ->
+ ct_util:mark_process(),
%% RecvPids = [{RecvTag,Pid}]
{ok,#state{receivers=RecvPids}}.