From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/fithesis/test/mu/update-tests.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 macros/latex/contrib/fithesis/test/mu/update-tests.sh (limited to 'macros/latex/contrib/fithesis/test/mu/update-tests.sh') diff --git a/macros/latex/contrib/fithesis/test/mu/update-tests.sh b/macros/latex/contrib/fithesis/test/mu/update-tests.sh new file mode 100755 index 0000000000..91b80db5f1 --- /dev/null +++ b/macros/latex/contrib/fithesis/test/mu/update-tests.sh @@ -0,0 +1,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 -- cgit v1.2.3