diff options
author | Peter Andersson <[email protected]> | 2012-11-22 16:03:08 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-11-22 16:04:22 +0100 |
commit | 55a16a08699afb776fc6cb7b19e19459b93a291e (patch) | |
tree | 75041aafc6fd9909615ceec0a4d2b433e53d5e3e /lib/common_test/src/ct.erl | |
parent | bc7cf293a513bb571831e16ac95827144051a783 (diff) | |
parent | 283aa83c7ee83221aeef590afb56a24507bbe35b (diff) | |
download | otp-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.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() |