Move some tests to more reasonable places
This commit is contained in:
parent
a7197189cd
commit
b72f6e55a1
@ -7,8 +7,8 @@ use std::path::Path;
|
|||||||
|
|
||||||
const ENTRY_LIMIT: usize = 1000;
|
const ENTRY_LIMIT: usize = 1000;
|
||||||
// FIXME: The following limits should be reduced eventually.
|
// FIXME: The following limits should be reduced eventually.
|
||||||
const ROOT_ENTRY_LIMIT: usize = 986;
|
const ROOT_ENTRY_LIMIT: usize = 980;
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 2292;
|
const ISSUES_ENTRY_LIMIT: usize = 2278;
|
||||||
|
|
||||||
fn check_entries(path: &Path, bad: &mut bool) {
|
fn check_entries(path: &Path, bad: &mut bool) {
|
||||||
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user