Move some tests to more reasonable places
This commit is contained in:
parent
116201eefe
commit
79c9001c12
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
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 = 971;
|
const ROOT_ENTRY_LIMIT: usize = 969;
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 2234;
|
const ISSUES_ENTRY_LIMIT: usize = 2211;
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user