From fe230c6f7d2eee95b54c32936fec7616cb0b091b Mon Sep 17 00:00:00 2001 From: Daniel White Date: Fri, 21 Feb 2014 11:44:24 +1100 Subject: Fix typo in common_test documentation for the -join_specs flag --- lib/common_test/doc/src/run_test_chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common_test') 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 join_suites is provided, e.g. - run_test -spec ./my_tests1.ts ./my_tests2.ts -join_suites.

+ flag/option join_specs is provided, e.g. + run_test -spec ./my_tests1.ts ./my_tests2.ts -join_specs.

Joining a number of specifications, or running them separately, can also be accomplished with (and may be combined with) test specification -- cgit v1.2.3