diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-05 17:06:38 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-05 17:06:38 +0100 |
| commit | d92d9f837b0f460a4822645e038cb282f2fea127 (patch) | |
| tree | dd96ead7246a41aca22f8a1488fcdd2e9bf1eb35 | |
| parent | 820bfffc25fee9866aa8176529091e04b8824f09 (diff) | |
Update browser-ui-test version to `0.20.2`
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version | 2 | ||||
| -rw-r--r-- | src/tools/rustdoc-gui/tester.js | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version index 7211b157c69..a158e5b6253 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/browser-ui-test.version @@ -1 +1 @@ -0.18.2 \ No newline at end of file +0.20.2 \ No newline at end of file diff --git a/src/tools/rustdoc-gui/tester.js b/src/tools/rustdoc-gui/tester.js index c5874b4ee02..ff87b76aa45 100644 --- a/src/tools/rustdoc-gui/tester.js +++ b/src/tools/rustdoc-gui/tester.js @@ -197,7 +197,6 @@ async function main(argv) { const args = [ "--variable", "DOC_PATH", opts["doc_folder"].split("\\").join("/"), "--enable-fail-on-js-error", "--allow-file-access-from-files", - "--no-sandbox", ]; if (opts["debug"]) { debug = true; |
