aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/include
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-11 17:41:53 +0200
committerPeter Andersson <[email protected]>2013-09-11 17:41:53 +0200
commit8161fa7decd5410888b116b7f823d353a1e9934b (patch)
treef6ac02ecd13d2d946d5a9c043c9d984890c9a643 /lib/common_test/include
parent39360d7628f85c0e57ed7b401d1b46f469fa168c (diff)
parent97749b58dc4ddd2982d73175d668df0f5948768d (diff)
downloadotp-8161fa7decd5410888b116b7f823d353a1e9934b.tar.gz
otp-8161fa7decd5410888b116b7f823d353a1e9934b.tar.bz2
otp-8161fa7decd5410888b116b7f823d353a1e9934b.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/include')
-rw-r--r--lib/common_test/include/ct.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common_test/include/ct.hrl b/lib/common_test/include/ct.hrl
index bde2709ad1..44cc33f01e 100644
--- a/lib/common_test/include/ct.hrl
+++ b/lib/common_test/include/ct.hrl
@@ -32,3 +32,7 @@
-define(STD_VERBOSITY, 50 ).
-define(HI_VERBOSITY, 75 ).
-define(MAX_VERBOSITY, 100).
+
+%% name of process executing the CT Hook init and terminate function
+-define(CT_HOOK_INIT_PROCESS, ct_util_server).
+-define(CT_HOOK_TERMINATE_PROCESS, ct_util_server).