| # Run a sequence of tests quietly, without the slow |
| echo "============ pngvalid-simple.sh ==============" >> pngtest-log.txt |
| echo "Running test-pngvalid-simple.sh" |
| # The options to test are: |
| # --progressive-read, --interlace on the 'transform' images |
| # --progressive-read on the 'size' images |
| for opts in "" --progressive-read --interlace \ |
| "--progressive-read --interlace" "--nostandard --size" \ |
| "--nostandard --size --progressive-read" |
| if ./pngvalid --nogamma $opts >> pngtest-log.txt 2>&1 |
| echo " PASS:" pngvalid --nogamma $opts |
| echo " FAIL:" pngvalid --nogamma $opts |