diff options
author | Lukas Larsson <[email protected]> | 2011-09-20 10:04:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-09-20 16:01:11 +0200 |
commit | 97273a38297ab03f727c4c7bdbb3b0491bdcfb8f (patch) | |
tree | e03deeca324522e11ad0bcbfb57f61661596734c /lib/common_test/src/ct_util.hrl | |
parent | 7bfbabb0a099b9dbd34363ffe3dc0c03918b1f3b (diff) | |
download | otp-97273a38297ab03f727c4c7bdbb3b0491bdcfb8f.tar.gz otp-97273a38297ab03f727c4c7bdbb3b0491bdcfb8f.tar.bz2 otp-97273a38297ab03f727c4c7bdbb3b0491bdcfb8f.zip |
Add -enable_builtin_hooks <bool> config option
This option allows ct users to disable the default
hooks which are installed when common_test is started.
The builtin hooks themselved are listed in ct_hooks.
OTP-9564
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 556f88c84d..dbe9d9b4e6 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -37,6 +37,7 @@ userconfig=[], event_handler=[], ct_hooks=[], + enable_builtin_hooks=true, include=[], multiply_timetraps=[], scale_timetraps=[], |