allow the test bat files in tidy
This commit is contained in:
parent
664d1223bb
commit
e7b09f5bf6
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,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-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/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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue