diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-11-28 13:01:49 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-11-28 13:01:49 +0000 |
| commit | 26d48c9a378f20f817e779328affc6c2643a3505 (patch) | |
| tree | fab90f2d1a3ff2b2ee8ef48cad14b4865bcb2b7c /scripts/test_rustc_tests.sh | |
| parent | a00c7a01dab2834eb16142e8cc7e984bf58508d2 (diff) | |
| download | rust-26d48c9a378f20f817e779328affc6c2643a3505.tar.gz rust-26d48c9a378f20f817e779328affc6c2643a3505.zip | |
Rename the build/ directory to dist/
This will allow putting all temporary build artifacts in build/ in the future, keeping all the build output artifacts in dist/
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 74a99802b10..d2656f783ad 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -89,7 +89,7 @@ rm src/test/ui/consts/issue-33537.rs # same # doesn't work due to the way the rustc test suite is invoked. # should work when using ./x.py test the way it is intended # ============================================================ -rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ +rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in dist/bin/ rm -r src/test/run-make/unstable-flag-required # same rm -r src/test/run-make/rustdoc-* # same rm -r src/test/run-make/issue-88756-default-output # same |
