aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-02-26 16:18:33 +0100
committerPeter Andersson <[email protected]>2015-02-26 16:18:33 +0100
commitde0516b2cb3d702be9b003a3d0bd13669f6b2546 (patch)
tree487d2baac0bbf69b8f0e1c73020fa39f9224dd91
parent118a9205a5a0c519d7a1d41f5067acc521abf615 (diff)
parente54f1984aa17554e7bfb5911f5d2b38b0cc9775c (diff)
downloadotp-de0516b2cb3d702be9b003a3d0bd13669f6b2546.tar.gz
otp-de0516b2cb3d702be9b003a3d0bd13669f6b2546.tar.bz2
otp-de0516b2cb3d702be9b003a3d0bd13669f6b2546.zip
Merge branch 'maint'
-rw-r--r--lib/common_test/src/ct_run.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index 3605385689..4a12481214 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -774,7 +774,8 @@ script_usage() ->
"\n\t[-basic_html]\n\n"),
io:format("Run tests from command line:\n\n"
"\tct_run [-dir TestDir1 TestDir2 .. TestDirN] |"
- "\n\t[-suite Suite1 Suite2 .. SuiteN [-case Case1 Case2 .. CaseN]]"
+ "\n\t[[-dir TestDir] -suite Suite1 Suite2 .. SuiteN"
+ "\n\t [[-group Groups1 Groups2 .. GroupsN] [-case Case1 Case2 .. CaseN]]]"
"\n\t[-step [config | keep_inactive]]"
"\n\t[-config ConfigFile1 ConfigFile2 .. ConfigFileN]"
"\n\t[-userconfig CallbackModule ConfigFile1 .. ConfigFileN]"