mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Rename test_build_base to test
This commit is contained in:
parent
ecaf7acd4f
commit
1074bad06d
@ -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
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user