Move some tests to more reasonable places
This commit is contained in:
parent
ed3164baf0
commit
3ddac0f675
15 changed files with 2 additions and 2 deletions
|
@ -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 = 977;
|
const ROOT_ENTRY_LIMIT: usize = 974;
|
||||||
const ISSUES_ENTRY_LIMIT: usize = 2278;
|
const ISSUES_ENTRY_LIMIT: usize = 2248;
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue