aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-11-22 16:10:11 +0100
committerPeter Andersson <[email protected]>2012-11-22 16:10:11 +0100
commit3945f3daaf9fb0038e9aacae1b11275a1e05b649 (patch)
tree8c63c6a521a44ae36e6c9a52807f606da31aa48a /lib/common_test/src
parent3b29d36e9300d90e84b2ab751eeb5a2a0a332f6b (diff)
parent55a16a08699afb776fc6cb7b19e19459b93a291e (diff)
downloadotp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.tar.gz
otp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.tar.bz2
otp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/src')
-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 6ecd0a022c..8eafdff29f 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()