Skip to content

Commit 7a1cf88

Browse files
committed
Fix rustc test suite by ignoring rustdoc test
1 parent 8114d93 commit 7a1cf88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ rm src/test/incremental/issue-49482.rs # same
6161
rm src/test/incremental/issue-54059.rs # same
6262
rm src/test/incremental/lto.rs # requires lto
6363

64+
rm src/test/run-make/emit-shared-files # requires the rustdoc executable in build/bin/
65+
6466
rm src/test/pretty/asm.rs # inline asm
6567
rm src/test/pretty/raw-str-nonexpr.rs # same
6668

0 commit comments

Comments
 (0)