aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-09-20 15:42:54 +0200
committerLukas Larsson <[email protected]>2011-09-20 16:01:40 +0200
commit7d0d76f3a8170ddb5a3b07fd46fce835bb631cef (patch)
tree5ca45f7dcc595c5c310edb9b3c71d862020b98dd /lib/common_test/src/ct.erl
parentb7271367289625d5d2d22d95e1170c0cc26c07af (diff)
downloadotp-7d0d76f3a8170ddb5a3b07fd46fce835bb631cef.tar.gz
otp-7d0d76f3a8170ddb5a3b07fd46fce835bb631cef.tar.bz2
otp-7d0d76f3a8170ddb5a3b07fd46fce835bb631cef.zip
Add documentation for cth_log_redirect and built-in hooks
OTP-9564
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 66da3ef742..3a96190256 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -149,7 +149,7 @@ run(TestDirs) ->
%%% {repeat,N} | {duration,DurTime} | {until,StopTime} |
%%% {force_stop,Bool} | {decrypt,DecryptKeyOrFile} |
%%% {refresh_logs,LogDir} | {basic_html,Bool} |
-%%% {ct_hooks, CTHs}
+%%% {ct_hooks, CTHs} | {enable_builtin_hooks,Bool}
%%% TestDirs = [string()] | string()
%%% Suites = [string()] | string()
%%% Cases = [atom()] | atom()