Skip to content

Commit 7a3d674

Browse files
committed
Correct comment
1 parent ca2bae2 commit 7a3d674

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/libregrtest/cmdline.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,7 @@ def _parse_args(args, **kwargs):
428428
# Continuous Integration (CI): common options for fast/slow CI modes
429429
if ns.slow_ci or ns.fast_ci:
430430
# Similar to options:
431-
#
432-
# -j0 --randomize --fail-env-changed --fail-rerun --rerun
433-
# --slowest --verbose3
431+
# -j0 --randomize --fail-env-changed --rerun --slowest --verbose3
434432
if ns.use_mp is None:
435433
ns.use_mp = 0
436434
ns.randomize = True

0 commit comments

Comments
 (0)