aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-11-20 17:33:03 +0100
committerPeter Andersson <[email protected]>2012-11-21 20:33:18 +0100
commit283aa83c7ee83221aeef590afb56a24507bbe35b (patch)
treecec81df88a5b1cf1eb2713207c79bf6f2b059e7d /lib/common_test/src/ct.erl
parentb0acd41f90490d38156cf9c8615859def630596b (diff)
downloadotp-283aa83c7ee83221aeef590afb56a24507bbe35b.tar.gz
otp-283aa83c7ee83221aeef590afb56a24507bbe35b.tar.bz2
otp-283aa83c7ee83221aeef590afb56a24507bbe35b.zip
Document the new group search feature
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 5014309c0f..ad9bf4e2d6 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -161,7 +161,8 @@ run(TestDirs) ->
%%% TestDirs = [string()] | string()
%%% Suites = [string()] | [atom()] | string() | atom()
%%% Cases = [atom()] | atom()
-%%% Groups = [atom()] | atom()
+%%% Groups = GroupNameOrPath | [GroupNameOrPath]
+%%% GroupNameOrPath = [atom()] | atom() | all
%%% TestSpecs = [string()] | string()
%%% Label = string() | atom()
%%% CfgFiles = [string()] | string()