Skip to content

Commit 84803a6

Browse files
committed
tmp: show errors on bolt profile test failure
1 parent 9b179cb commit 84803a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Lib/test/libregrtest/cmdline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ def _parse_args(args, **kwargs):
480480
ns.python = shlex.split(ns.python)
481481
if ns.failfast and not (ns.verbose or ns.verbose3):
482482
parser.error("-G/--failfast needs either -v or -W")
483-
if ns.pgo and (ns.verbose or ns.rerun or ns.verbose3):
484-
parser.error("--pgo/-v don't go together!")
485483
if ns.pgo_extended:
486484
ns.pgo = True # pgo_extended implies pgo
487485

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)