diff options
author | Daniel White <[email protected]> | 2014-02-21 11:44:24 +1100 |
---|---|---|
committer | Daniel White <[email protected]> | 2014-02-21 11:44:24 +1100 |
commit | fe230c6f7d2eee95b54c32936fec7616cb0b091b (patch) | |
tree | add906dc2cd61964c4b7d5f395e0a0cdd974afee /lib/common_test/doc/src | |
parent | 6c9002f9174d40b69b3a5bcd5ef219ce4ceb3622 (diff) | |
download | otp-fe230c6f7d2eee95b54c32936fec7616cb0b091b.tar.gz otp-fe230c6f7d2eee95b54c32936fec7616cb0b091b.tar.bz2 otp-fe230c6f7d2eee95b54c32936fec7616cb0b091b.zip |
Fix typo in common_test documentation for the -join_specs flag
Diffstat (limited to 'lib/common_test/doc/src')
-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 |