File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240 - name : compare public test outputs
241241 shell : bash
242242 run : |
243- compare_output \
243+ html-compare \
244244 --driver firefox \
245245 --max-workers 1 \
246246 test/data/reference-output/odr-public/output \
@@ -251,7 +251,7 @@ jobs:
251251 - name : compare private test outputs
252252 shell : bash
253253 run : |
254- compare_output \
254+ html-compare \
255255 --driver firefox \
256256 --max-workers 1 \
257257 test/data/reference-output/odr-private/output \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ fix-backslash: yes
2727fix-bad-comments: yes
2828fix-style-tags: yes
2929fix-uri: false
30- force-output: yes
30+ force-output: no
3131gdoc: no
3232gnu-emacs: no
3333hide-comments: no
@@ -68,7 +68,7 @@ output-xml: no
6868preserve-entities: yes
6969priority-attributes:
7070punctuation-wrap: no
71- quiet: no
71+ quiet: yes
7272quote-ampersand: yes
7373quote-marks: no
7474quote-nbsp: yes
You can’t perform that action at this time.
0 commit comments