aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-01-24 12:20:02 +0100
committerPeter Andersson <[email protected]>2013-01-24 17:54:03 +0100
commit9230b38f318d916258168fafb2878f225fb3052b (patch)
tree4aa6460fe56113af865f2daa6d3523a210b00993 /lib/common_test/src/ct.erl
parentf48550f96253588fcc643fcd5774a3c3ccb49b8b (diff)
downloadotp-9230b38f318d916258168fafb2878f225fb3052b.tar.gz
otp-9230b38f318d916258168fafb2878f225fb3052b.tar.bz2
otp-9230b38f318d916258168fafb2878f225fb3052b.zip
Update documentation
OTP-9881
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 8eafdff29f..853a1582cf 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -144,8 +144,8 @@ run(TestDirs) ->
%%% @spec run_test(Opts) -> Result
%%% Opts = [OptTuples]
%%% OptTuples = {dir,TestDirs} | {suite,Suites} | {group,Groups} |
-%%% {testcase,Cases} | {spec,TestSpecs} | {label,Label} |
-%%% {config,CfgFiles} | {userconfig, UserConfig} |
+%%% {testcase,Cases} | {spec,TestSpecs} | {join_specs,Bool} |
+%%% {label,Label} | {config,CfgFiles} | {userconfig, UserConfig} |
%%% {allow_user_terms,Bool} | {logdir,LogDir} |
%%% {silent_connections,Conns} | {stylesheet,CSSFile} |
%%% {cover,CoverSpecFile} | {cover_stop,Bool} | {step,StepOpts} |