@@ -255,42 +255,6 @@ jobs:
255255 test/data/reference-output/odr-private/output \
256256 build/test/output/odr-private/output
257257
258- - name : tidy pdf2htmlEX test outputs
259- if : runner.os == 'Linux'
260- run : |
261- python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output-pdf2htmlEX
262- python3 -u test/scripts/tidy_output.py build/test/output/odr-private/output-pdf2htmlEX
263- - name : Compare pdf2htmlEX public test results
264- if : runner.os == 'Linux'
265- run : |
266- python3 -u test/scripts/compare_output.py \
267- --driver firefox \
268- --max-workers 1 \
269- test/data/reference-output/odr-public/output-pdf2htmlEX \
270- build/test/output/odr-public/output-pdf2htmlEX
271- - name : Compare pdf2htmlEX private test results
272- if : runner.os == 'Linux'
273- run : |
274- python3 -u test/scripts/compare_output.py \
275- --driver firefox \
276- --max-workers 1 \
277- test/data/reference-output/odr-public/output-pdf2htmlEX \
278- build/test/output/odr-public/output-pdf2htmlEX
279-
280- # wvWare has no private test data
281- - name : tidy wvWare test outputs
282- if : runner.os == 'Linux'
283- run : |
284- python3 -u test/scripts/tidy_output.py build/test/output/odr-public/output-wvWare
285- - name : Compare wvWare public test results
286- if : runner.os == 'Linux'
287- run : |
288- python3 -u test/scripts/compare_output.py \
289- --driver firefox \
290- --max-workers 1 \
291- test/data/reference-output/odr-public/output-wvWare \
292- build/test/output/odr-public/output-wvWare
293-
294258 build-test-downstream :
295259 runs-on : ${{ matrix.os }}
296260 strategy :
0 commit comments