aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-11-22 16:03:08 +0100
committerPeter Andersson <[email protected]>2012-11-22 16:04:22 +0100
commit55a16a08699afb776fc6cb7b19e19459b93a291e (patch)
tree75041aafc6fd9909615ceec0a4d2b433e53d5e3e /lib/common_test/src/ct.erl
parentbc7cf293a513bb571831e16ac95827144051a783 (diff)
parent283aa83c7ee83221aeef590afb56a24507bbe35b (diff)
downloadotp-55a16a08699afb776fc6cb7b19e19459b93a291e.tar.gz
otp-55a16a08699afb776fc6cb7b19e19459b93a291e.tar.bz2
otp-55a16a08699afb776fc6cb7b19e19459b93a291e.zip
Merge remote branch 'origin/peppe/common_test/group_search_docs' into maint
* origin/peppe/common_test/group_search_docs: Document the new group search feature OTP-10466
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()