diff options
Diffstat (limited to 'lib/common_test/src/ct_master_logs.erl')
-rw-r--r-- | lib/common_test/src/ct_master_logs.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_master_logs.erl b/lib/common_test/src/ct_master_logs.erl index d8ecd641ed..f5a19a46d7 100644 --- a/lib/common_test/src/ct_master_logs.erl +++ b/lib/common_test/src/ct_master_logs.erl @@ -87,6 +87,7 @@ stop() -> %%%-------------------------------------------------------------------- init(Parent,LogDir,Nodes) -> + put(app, common_test), register(?MODULE,self()), Time = calendar:local_time(), RunDir = make_dirname(Time), |