We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2bae2 commit 7a3d674Copy full SHA for 7a3d674
Lib/test/libregrtest/cmdline.py
@@ -428,9 +428,7 @@ def _parse_args(args, **kwargs):
428
# Continuous Integration (CI): common options for fast/slow CI modes
429
if ns.slow_ci or ns.fast_ci:
430
# Similar to options:
431
- #
432
- # -j0 --randomize --fail-env-changed --fail-rerun --rerun
433
- # --slowest --verbose3
+ # -j0 --randomize --fail-env-changed --rerun --slowest --verbose3
434
if ns.use_mp is None:
435
ns.use_mp = 0
436
ns.randomize = True
0 commit comments