Skip to content

Commit

Permalink
Merge pull request #160 from mati865/rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bracht Laumann Jespersen committed Mar 3, 2019
2 parents 7e7ddd4 + 250a638 commit 3c92747
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 3c92747

Please sign in to comment.