diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-27 14:37:57 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-27 14:37:57 +0200 |
| commit | 0bd4706e38b0df77e30dbf6d9ba3487a5f4332aa (patch) | |
| tree | 1d3a6a55f842d363cd83ab240a9c48d2efd01f3b | |
| parent | fc8fbf4099716b104e4436567e765be7078c4fc2 (diff) | |
| download | rust-0bd4706e38b0df77e30dbf6d9ba3487a5f4332aa.tar.gz rust-0bd4706e38b0df77e30dbf6d9ba3487a5f4332aa.zip | |
Disable rustc test requiring rustdoc
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index d40fd374ee9..86bafcffef7 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -65,6 +65,7 @@ rm src/test/incremental/lto.rs # requires lto rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/ rm -r src/test/run-make/unstable-flag-required # same +rm -r src/test/run-make/rustdoc-scrape-examples-multiple # same rm -r src/test/run-make/emit-named-files # requires full --emit support rm src/test/pretty/asm.rs # inline asm |
