File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ci/docker/host-x86_64/x86_64-gnu-tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.7.2 --unsafe-perm=true
75+ RUN npm install -g browser-ui-test@0.8.0 --unsafe-perm=true
7676
7777ENV RUST_CONFIGURE_ARGS \
7878 --build=x86_64-unknown-linux-gnu \
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ async function main(argv) {
138138 try {
139139 // This is more convenient that setting fields one by one.
140140 let args = [
141- "--no-screenshot" ,
141+ "--no-screenshot-comparison " ,
142142 "--variable" , "DOC_PATH" , opts [ "doc_folder" ] ,
143143 ] ;
144144 if ( opts [ "debug" ] ) {
You can’t perform that action at this time.
0 commit comments