Skip to content

Commit 5750e33

Browse files
authored
Rollup merge of rust-lang#96610 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser-ui-test version to 0.9.0 It adds the command `screenshot` and disables the screenshot comparison by default. r? `@notriddle`
2 parents f6a89ee + 68982bc commit 5750e33

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.5
1+
0.9.0

src/tools/rustdoc-gui/tester.js

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ async function main(argv) {
138138
try {
139139
// This is more convenient that setting fields one by one.
140140
let args = [
141-
"--no-screenshot-comparison",
142141
"--variable", "DOC_PATH", opts["doc_folder"],
143142
];
144143
if (opts["debug"]) {

0 commit comments

Comments
 (0)