diff options
| author | Eric Huss <eric@huss.org> | 2018-12-17 10:23:04 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-12-28 17:23:01 -0800 |
| commit | 5739364784fa652a62776ef33c576151e61b4d7a (patch) | |
| tree | eb0f68e7e1c89594b9d69205d568e12370995543 /src/bootstrap/test.rs | |
| parent | d9e3edb74bb52d3d60d48dc956319c68f7f2805c (diff) | |
| download | rust-5739364784fa652a62776ef33c576151e61b4d7a.tar.gz rust-5739364784fa652a62776ef33c576151e61b4d7a.zip | |
Update cargo, rls, miri
Diffstat (limited to 'src/bootstrap/test.rs')
| -rw-r--r-- | src/bootstrap/test.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index b6f3f97e627..2edc78ebaa9 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -283,13 +283,6 @@ impl Step for Rls { SourceType::Submodule, &[]); - // Copy `src/tools/rls/test_data` to a writable drive. - let test_workspace_path = builder.out.join("rls-test-data"); - let test_data_path = test_workspace_path.join("test_data"); - builder.create_dir(&test_data_path); - builder.cp_r(&builder.src.join("src/tools/rls/test_data"), &test_data_path); - cargo.env("RLS_TEST_WORKSPACE_DIR", test_workspace_path); - builder.add_rustc_lib_path(compiler, &mut cargo); cargo.arg("--") .args(builder.config.cmd.test_args()); |
