Skip to content

Commit

Permalink
TestOpts::quiet -> TestOpts.format
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha authored and Thomas Bracht Laumann Jespersen committed Jan 28, 2018
1 parent 557e89d commit dcb9c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
filter: config.filter.clone(),
filter_exact: config.filter_exact,
run_ignored: config.run_ignored,
quiet: config.quiet,
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
logfile: config.logfile.clone(),
run_tests: true,
bench_benchmarks: true,
Expand Down

0 comments on commit dcb9c71

Please sign in to comment.