Skip to content

Commit febb111

Browse files
authored
Merge pull request #9 from jsspencer/docs_typo
Consistent naming of launch_parallel command.
2 parents 14eb217 + 2e18921 commit febb111

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userconfig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ run_cmd_template [string]
116116
replaced with the number of processors the test is run on.
117117

118118
Default: 'tc.program tc.args tc.input > tc.output 2> tc.error' in serial
119-
and 'launch_command tc.program tc.args tc.input > tc.output 2> tc.error' in
120-
parallel, where launch_command is specified above. The parallel version is
119+
and 'launch_parallel tc.program tc.args tc.input > tc.output 2> tc.error' in
120+
parallel, where launch_parallel is specified above. The parallel version is
121121
only used if the number of processors to run a test on is greater than
122122
zero.
123123
skip_args [string]

0 commit comments

Comments
 (0)