We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f210b commit 9a8ed63Copy full SHA for 9a8ed63
tests/script_tests.rs
@@ -46,7 +46,7 @@ fn main() {
46
let args = Arguments::from_args();
47
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
48
49
- let tests = discover_all_tests(manifest_dir, |p| p.starts_with("tests"))
+ let tests = discover_all_tests(manifest_dir, |p| p.path.starts_with("tests"))
50
.into_iter()
51
.map(|t| Trial::test(t.name(), move || t.execute()))
52
.collect::<Vec<_>>();
0 commit comments