aboutsummaryrefslogtreecommitdiff
path: root/src/templating/run-original-tests.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 22:00:04 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 22:00:04 +0200
commitbac4932cf5d8f5cb1af6eca5fcdac05239489e2c (patch)
tree87f376af58989f2d670083e5599de236118efffd /src/templating/run-original-tests.sh
parentb7d1ca4cd93ef8582b9b7d97e955ec5363ef2ae3 (diff)
downloadexchange-bac4932cf5d8f5cb1af6eca5fcdac05239489e2c.tar.xz
-fix templating tests
Diffstat (limited to 'src/templating/run-original-tests.sh')
-rwxr-xr-xsrc/templating/run-original-tests.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
index 9c7d34cdd..2debca763 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -5,6 +5,9 @@ set -eu
# even bother testing for it in configure.ac.
# However, in that case, skip the test suite.
+export CFLAGS="-g"
+
make -f Makefile.orig mustach || exit 77
-make -f Makefile.orig test
+make -f Makefile.orig clean || true
+make -f Makefile.orig basic-tests
make -f Makefile.orig clean || true