summaryrefslogtreecommitdiff
path: root/src/templating
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating')
-rwxr-xr-xsrc/templating/run-original-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
index f183736b7..09420c4e9 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -7,7 +7,10 @@ set -eu
export CFLAGS="-g"
+make clean
make -f mustach-original-Makefile mustach || exit 77
make -f mustach-original-Makefile clean || true
make -f mustach-original-Makefile basic-tests
make -f mustach-original-Makefile clean || true
+make clean
+make