diff options
author | Peter Andersson <[email protected]> | 2011-09-29 00:21:27 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-09-29 00:21:27 +0200 |
commit | e78be5c09eda6a8738d07d801dd8935f3eaa5400 (patch) | |
tree | f8e1a73bc21368d1cd7f3815d01ed2aeb108c94a /lib/common_test/src | |
parent | b7f1a0861daa57db115b358927293d98e1630810 (diff) | |
download | otp-e78be5c09eda6a8738d07d801dd8935f3eaa5400.tar.gz otp-e78be5c09eda6a8738d07d801dd8935f3eaa5400.tar.bz2 otp-e78be5c09eda6a8738d07d801dd8935f3eaa5400.zip |
Add documentation on timetraps and start flags
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/ct.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 4c215d1b1e..f3c2029734 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -151,7 +151,7 @@ run(TestDirs) -> %%% {refresh_logs,LogDir} | {logopts,LogOpts} | {basic_html,Bool} | %%% {ct_hooks, CTHs} %%% TestDirs = [string()] | string() -%%% Suites = [string()] | string() +%%% Suites = [string()] | [atom()] | string() | atom() %%% Cases = [atom()] | atom() %%% Groups = [atom()] | atom() %%% TestSpecs = [string()] | string() |