summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/update-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/update-tests.sh')
-rwxr-xr-xmacros/latex/contrib/fithesis/test/mu/update-tests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/update-tests.sh b/macros/latex/contrib/fithesis/test/mu/update-tests.sh
deleted file mode 100755
index 91b80db5f1..0000000000
--- a/macros/latex/contrib/fithesis/test/mu/update-tests.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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