diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-03-31 10:02:54 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-03-31 10:02:54 +0200 |
commit | 9d0c215537d4ab603922550d93d68a48ffb46c73 (patch) | |
tree | 857e71793a348976bb2d64f1011d4f7071e3679e /lib | |
parent | c9b28ca4c52aa7a76092e1b7b85f69e0dd7b9231 (diff) | |
parent | fe230c6f7d2eee95b54c32936fec7616cb0b091b (diff) | |
download | otp-9d0c215537d4ab603922550d93d68a48ffb46c73.tar.gz otp-9d0c215537d4ab603922550d93d68a48ffb46c73.tar.bz2 otp-9d0c215537d4ab603922550d93d68a48ffb46c73.zip |
Merge branch 'dw/common_test/run-test-typo'
* dw/common_test/run-test-typo:
Fix typo in common_test documentation for the -join_specs flag
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/run_test_chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml index a4a77ee400..ef21948f89 100644 --- a/lib/common_test/doc/src/run_test_chapter.xml +++ b/lib/common_test/doc/src/run_test_chapter.xml @@ -589,8 +589,8 @@ Common Test will either execute one test run per specification file, or join the files and perform all tests within one single test run. The first behaviour is the default one. The latter requires that the start - flag/option <c>join_suites</c> is provided, e.g. - <c>run_test -spec ./my_tests1.ts ./my_tests2.ts -join_suites</c>.</p> + flag/option <c>join_specs</c> is provided, e.g. + <c>run_test -spec ./my_tests1.ts ./my_tests2.ts -join_specs</c>.</p> <p>Joining a number of specifications, or running them separately, can also be accomplished with (and may be combined with) test specification |