aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2017-10-03 14:53:42 +0200
committerPeter Andersson <[email protected]>2017-10-25 17:28:55 +0200
commit70b6b32a9c7e3e3fca45fc3a0e11e2a5087a4660 (patch)
treeffce83db6a82e5aaa89f474732794c9a915d6157 /lib/common_test/src/ct_util.erl
parent7fb796ab3636af53a7ef659099c1fb9fe37c1957 (diff)
downloadotp-70b6b32a9c7e3e3fca45fc3a0e11e2a5087a4660.tar.gz
otp-70b6b32a9c7e3e3fca45fc3a0e11e2a5087a4660.tar.bz2
otp-70b6b32a9c7e3e3fca45fc3a0e11e2a5087a4660.zip
Add app name tag in process dictionary
Diffstat (limited to 'lib/common_test/src/ct_util.erl')
-rw-r--r--lib/common_test/src/ct_util.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.erl b/lib/common_test/src/ct_util.erl
index abf131f4df..0e0d6f84e1 100644
--- a/lib/common_test/src/ct_util.erl
+++ b/lib/common_test/src/ct_util.erl
@@ -124,6 +124,7 @@ start(Mode, LogDir, Verbosity) ->
end.
do_start(Parent, Mode, LogDir, Verbosity) ->
+ put(app, common_test),
process_flag(trap_exit,true),
register(ct_util_server,self()),
create_table(?conn_table,#conn.handle),