Rename tests/rustdoc into tests/rustdoc-html

This commit is contained in:
Guillaume Gomez 2026-01-03 13:06:54 +01:00
parent d9617c8d9a
commit a928f3352d
1076 changed files with 69 additions and 60 deletions

View file

@ -240,7 +240,7 @@ trigger_files = [
"src/rustdoc-json-types",
# Tests
"tests/rustdoc",
"tests/rustdoc-html",
"tests/rustdoc-ui",
"tests/rustdoc-gui",
"tests/rustdoc-js/",
@ -315,7 +315,7 @@ trigger_labels = [
]
trigger_files = [
"src/librustdoc/html/",
"tests/rustdoc/",
"tests/rustdoc-html/",
"tests/rustdoc-gui/",
"tests/rustdoc-js/",
"tests/rustdoc-js-std/",
@ -1638,7 +1638,7 @@ dep-bumps = [
"/src/stage0" = ["bootstrap"]
"/tests/run-make" = ["compiler"]
"/tests/run-make-cargo" = ["compiler"]
"/tests/rustdoc" = ["rustdoc"]
"/tests/rustdoc-html" = ["rustdoc"]
"/tests/rustdoc-gui" = ["rustdoc"]
"/tests/rustdoc-js-std" = ["rustdoc"]
"/tests/rustdoc-js/" = ["rustdoc"]