Skip to content

Commit

Permalink
Merge pull request grafana#937 from oboukili/patch-1
Browse files Browse the repository at this point in the history
--quiet should allow the display of summary stats
  • Loading branch information
na-- authored Mar 14, 2019
2 parents 8f79702 + 2572084 commit a65f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ a commandline interface for interacting with it.`,
}

// Print the end-of-test summary.
if !quiet && !conf.NoSummary.Bool {
if !conf.NoSummary.Bool {
fprintf(stdout, "\n")
ui.Summarize(stdout, "", ui.SummaryData{
Opts: conf.Options,
Expand Down

0 comments on commit a65f09e

Please sign in to comment.