Skip to content

Commit 0e1b897

Browse files
authored
Rollup merge of #95013 - GuillaumeGomez:browser-ui-test-v, r=notriddle
Update browser-ui-test version to 0.8.2 It brings mostly debugging improvements: it doesn't stop at the first failing command but rather at the first "fatal error". r? `@notriddle`
2 parents cd11905 + 45a3075 commit 0e1b897

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
7272
# https://github.com/puppeteer/puppeteer/issues/375
7373
#
7474
# We also specify the version in case we need to update it to go around cache limitations.
75-
RUN npm install -g browser-ui-test@0.8.1 --unsafe-perm=true
75+
RUN npm install -g browser-ui-test@0.8.3 --unsafe-perm=true
7676

7777
ENV RUST_CONFIGURE_ARGS \
7878
--build=x86_64-unknown-linux-gnu \

src/ci/scripts/should-skip-this.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
2525
elif ! (git diff --quiet "$BASE_COMMIT" -- \
2626
src/test/rustdoc-gui \
2727
src/librustdoc \
28+
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile \
2829
src/tools/rustdoc-gui); then
2930
# There was a change in either rustdoc or in its GUI tests.
3031
echo "Rustdoc was updated"

0 commit comments

Comments
 (0)