Skip to content

Commit

Permalink
Rollup merge of #94811 - GuillaumeGomez:update-browser-ui-test, r=not…
Browse files Browse the repository at this point in the history
…riddle

Update browser-ui-test version

It should help with #93784 (the important PR helping in this regard is GuillaumeGomez/browser-UI-test#273).

r? `@notriddle`
  • Loading branch information
Dylan-DPC committed Mar 10, 2022
2 parents 3979e15 + 5d830f4 commit 456135c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
# https://github.com/puppeteer/puppeteer/issues/375
#
# We also specify the version in case we need to update it to go around cache limitations.
RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true
RUN npm install -g browser-ui-test@0.8.0 --unsafe-perm=true

ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustdoc-gui/tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function main(argv) {
try {
// This is more convenient that setting fields one by one.
let args = [
"--no-screenshot",
"--no-screenshot-comparison",
"--variable", "DOC_PATH", opts["doc_folder"],
];
if (opts["debug"]) {
Expand Down

0 comments on commit 456135c

Please sign in to comment.