summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/update-tests.sh
blob: 91b80db5f1e4a9858ea64eac24904e612427359c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Runs tests and updates any files that have changed.
exec 3>&1
(
  set -e
  make -C compare UPDATE_FAILED=true
  make -C compare-example UPDATE_FAILED=true
) 2>&1 1>&3 | grep -Ei 'error|does not contain page|differ in pages' >update-tests.log