diff options
author | Peter Andersson <[email protected]> | 2012-11-22 16:10:11 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-11-22 16:10:11 +0100 |
commit | 3945f3daaf9fb0038e9aacae1b11275a1e05b649 (patch) | |
tree | 8c63c6a521a44ae36e6c9a52807f606da31aa48a /lib/common_test/src/ct.erl | |
parent | 3b29d36e9300d90e84b2ab751eeb5a2a0a332f6b (diff) | |
parent | 55a16a08699afb776fc6cb7b19e19459b93a291e (diff) | |
download | otp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.tar.gz otp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.tar.bz2 otp-3945f3daaf9fb0038e9aacae1b11275a1e05b649.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r-- | lib/common_test/src/ct.erl | 3 |
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() |