We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14eb217 + 2e18921 commit febb111Copy full SHA for febb111
1 file changed
docs/userconfig.rst
@@ -116,8 +116,8 @@ run_cmd_template [string]
116
replaced with the number of processors the test is run on.
117
118
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
+ and 'launch_parallel tc.program tc.args tc.input > tc.output 2> tc.error' in
+ parallel, where launch_parallel is specified above. The parallel version is
121
only used if the number of processors to run a test on is greater than
122
zero.
123
skip_args [string]
0 commit comments