Revert "Remove cargo-fmt and rustfmt-bin from self_tests()"
This reverts commit 93c349a6c1c8c5c9fda7c91b89edaf647a875ffc.
This commit is contained in:
parent
a02b658d2c
commit
f377d1f59c
@ -211,7 +211,12 @@ fn idempotence_tests() {
|
|||||||
#[test]
|
#[test]
|
||||||
fn self_tests() {
|
fn self_tests() {
|
||||||
let mut files = get_test_files(Path::new("tests"), false);
|
let mut files = get_test_files(Path::new("tests"), false);
|
||||||
let bin_directories = vec!["git-rustfmt", "rustfmt-format-diff"];
|
let bin_directories = vec![
|
||||||
|
"cargo-fmt",
|
||||||
|
"git-rustfmt",
|
||||||
|
"rustfmt-bin",
|
||||||
|
"rustfmt-format-diff",
|
||||||
|
];
|
||||||
for dir in bin_directories {
|
for dir in bin_directories {
|
||||||
let mut path = PathBuf::from("..");
|
let mut path = PathBuf::from("..");
|
||||||
path.push(dir);
|
path.push(dir);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user