diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2023-01-23 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2023-01-23 21:53:16 +0100 |
| commit | 7f5ce942809e15f65d91089e8baacc6affdf6c9c (patch) | |
| tree | 5356a553021f1e0946f49bf3167c1d25b23db3db | |
| parent | c8e6a9e8b6251bbc8276cb78cabe1998deecbed7 (diff) | |
| download | rust-7f5ce942809e15f65d91089e8baacc6affdf6c9c.tar.gz rust-7f5ce942809e15f65d91089e8baacc6affdf6c9c.zip | |
Bring tests back into rustc source tarball
They were missing after recent move from src/test to tests.
| -rw-r--r-- | src/bootstrap/dist.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 2d86ff1d2ba..02e35d2436e 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -962,7 +962,7 @@ impl Step for PlainSourceTarball { "Cargo.toml", "Cargo.lock", ]; - let src_dirs = ["src", "compiler", "library"]; + let src_dirs = ["src", "compiler", "library", "tests"]; copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src); |
