Skip to content

Commit 91ad62e

Browse files
authored
Unrolled build for rust-lang#136587
Rollup merge of rust-lang#136587 - GuillaumeGomez:update-gui-tests, r=notriddle Update browser-ui-test version to `0.20.2` r? `@notriddle`
2 parents c753cb9 + d92d9f8 commit 91ad62e

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.18.2
1+
0.20.2

src/tools/rustdoc-gui/tester.js

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ async function main(argv) {
197197
const args = [
198198
"--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"),
199199
"--enable-fail-on-js-error", "--allow-file-access-from-files",
200-
"--no-sandbox",
201200
];
202201
if (opts["debug"]) {
203202
debug = true;

0 commit comments

Comments
 (0)