Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Mar 3, 2019
1 parent 137bd77 commit 250a638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
test::TestOpts {
filter: config.filter.clone(),
filter_exact: config.filter_exact,
#[cfg(not(feature = "stable"))]
exclude_should_panic: false,
run_ignored: if config.run_ignored { test::RunIgnored::Yes } else { test::RunIgnored::No },
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
logfile: config.logfile.clone(),
Expand Down

0 comments on commit 250a638

Please sign in to comment.