Rename test_build_base to test

This commit is contained in:
Cameron Steffen 2021-09-08 10:59:05 -05:00
parent ecaf7acd4f
commit 1074bad06d
2 changed files with 2 additions and 2 deletions

View file

@ -86,6 +86,6 @@ fn updated_since_clippy_build(path: &Path) -> Option<bool> {
fn build_dir() -> PathBuf {
let mut path = std::env::current_exe().unwrap();
path.set_file_name("test_build_base");
path.set_file_name("test");
path
}

View file

@ -128,7 +128,7 @@ fn default_config() -> compiletest::Config {
extern_flags(),
));
config.build_base = profile_path.join("test_build_base");
config.build_base = profile_path.join("test");
config.rustc_path = profile_path.join(if cfg!(windows) {
"clippy-driver.exe"
} else {