Skip to content

Commit ec87fdb

Browse files
committed
Un-verbose run_cperf so we get logs
1 parent b49c2f3 commit ec87fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_cperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def parse_args():
558558
default='smoketest')
559559
parser.add_argument("--verbose",
560560
action='store_true',
561-
default=True)
561+
default=False)
562562
parser.add_argument("--quiet",
563563
action='store_false',
564564
dest='verbose')

0 commit comments

Comments
 (0)