allow the test bat files in tidy
This commit is contained in:
parent
10e7bfb92f
commit
2f24f17755
@ -49,6 +49,9 @@ const EXTENSION_EXCEPTION_PATHS: &[&str] = &[
|
|||||||
"tests/ui/shell-argfiles/shell-argfiles-badquotes.args", // passing args via a file
|
"tests/ui/shell-argfiles/shell-argfiles-badquotes.args", // passing args via a file
|
||||||
"tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args", // passing args via a file
|
"tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args", // passing args via a file
|
||||||
"tests/ui/shell-argfiles/shell-argfiles-via-argfile.args", // passing args via a file
|
"tests/ui/shell-argfiles/shell-argfiles-via-argfile.args", // passing args via a file
|
||||||
|
"tests/ui/std/windows-bat-args1.bat", // tests escaping arguments through batch files
|
||||||
|
"tests/ui/std/windows-bat-args2.bat", // tests escaping arguments through batch files
|
||||||
|
"tests/ui/std/windows-bat-args3.bat", // tests escaping arguments through batch files
|
||||||
];
|
];
|
||||||
|
|
||||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user