mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
Rollup merge of #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`
This commit is contained in:
commit
5750e33055
@ -1 +1 @@
|
||||
0.8.5
|
||||
0.9.0
|
@ -138,7 +138,6 @@ async function main(argv) {
|
||||
try {
|
||||
// This is more convenient that setting fields one by one.
|
||||
let args = [
|
||||
"--no-screenshot-comparison",
|
||||
"--variable", "DOC_PATH", opts["doc_folder"],
|
||||
];
|
||||
if (opts["debug"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user