Do not pass source root when building run-make tests
This commit is contained in:
parent
b74702fbb2
commit
7eff2d9b22
2 changed files with 2 additions and 3 deletions
|
|
@ -3515,7 +3515,6 @@ impl<'test> TestCx<'test> {
|
|||
.arg(&self.testpaths.file.join("rmake.rs"))
|
||||
.env("TARGET", &self.config.target)
|
||||
.env("PYTHON", &self.config.python)
|
||||
.env("S", &src_root)
|
||||
.env("RUST_BUILD_STAGE", &self.config.stage_id)
|
||||
.env("RUSTC", cwd.join(&self.config.rustc_path))
|
||||
.env("TMPDIR", &rmake_out_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue