We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137bd77 commit 2bf88c7Copy full SHA for 2bf88c7
src/lib.rs
@@ -98,6 +98,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
98
test::TestOpts {
99
filter: config.filter.clone(),
100
filter_exact: config.filter_exact,
101
+ exclude_should_panic: false,
102
run_ignored: if config.run_ignored { test::RunIgnored::Yes } else { test::RunIgnored::No },
103
format: if config.quiet { test::OutputFormat::Terse } else { test::OutputFormat::Pretty },
104
logfile: config.logfile.clone(),
0 commit comments