Do not pass source root when building run-make tests

This commit is contained in:
Jakub Beránek 2024-06-07 09:20:25 +02:00
parent b74702fbb2
commit 7eff2d9b22
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
2 changed files with 2 additions and 3 deletions

View file

@ -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)