diff options
author | Peter Andersson <[email protected]> | 2012-11-20 17:33:03 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-11-21 20:33:18 +0100 |
commit | 283aa83c7ee83221aeef590afb56a24507bbe35b (patch) | |
tree | cec81df88a5b1cf1eb2713207c79bf6f2b059e7d /lib/common_test/src/ct.erl | |
parent | b0acd41f90490d38156cf9c8615859def630596b (diff) | |
download | otp-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.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 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() |