diff options
author | Peter Andersson <[email protected]> | 2013-01-24 12:20:02 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-01-24 17:54:03 +0100 |
commit | 9230b38f318d916258168fafb2878f225fb3052b (patch) | |
tree | 4aa6460fe56113af865f2daa6d3523a210b00993 /lib/common_test/src/ct.erl | |
parent | f48550f96253588fcc643fcd5774a3c3ccb49b8b (diff) | |
download | otp-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.erl | 4 |
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} | |