aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-02-26 16:14:20 +0100
committerPeter Andersson <[email protected]>2015-02-26 16:15:29 +0100
commite54f1984aa17554e7bfb5911f5d2b38b0cc9775c (patch)
tree3ea13c64be31e04e21fcdd654434a0a3e0cefbbe
parent2032d22f69ffa8ce6c3ded5d2e2a6ff34b3b5980 (diff)
parent54d927b6d7f06b1c8f2ccf53b19ced1c40a94540 (diff)
downloadotp-e54f1984aa17554e7bfb5911f5d2b38b0cc9775c.tar.gz
otp-e54f1984aa17554e7bfb5911f5d2b38b0cc9775c.tar.bz2
otp-e54f1984aa17554e7bfb5911f5d2b38b0cc9775c.zip
Merge branch 'peppe/common_test/missing_start_flag_in_doc' into maint
* peppe/common_test/missing_start_flag_in_doc: Add missing -group flag in ct_run help text OTP-12433
-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]"