Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update browser-ui-test version to 0.9.0
  • Loading branch information
GuillaumeGomez committed May 1, 2022
commit 68982bcd67024d09394618a4ffc7f1d8c8df064d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5
0.9.0
1 change: 0 additions & 1 deletion src/tools/rustdoc-gui/tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]) {
Expand Down