summaryrefslogtreecommitdiff
path: root/contrib/t/parallel-tests-html-recursive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/t/parallel-tests-html-recursive.sh')
-rwxr-xr-xcontrib/t/parallel-tests-html-recursive.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/t/parallel-tests-html-recursive.sh b/contrib/t/parallel-tests-html-recursive.sh
index 4a7c04cd5..4f92ae986 100755
--- a/contrib/t/parallel-tests-html-recursive.sh
+++ b/contrib/t/parallel-tests-html-recursive.sh
@@ -34,6 +34,9 @@ cp "$am_top_srcdir"/contrib/check-html.am . \
cat >> configure.ac << 'END'
AM_EXTRA_RECURSIVE_TARGETS([check-html])
+# This variable must be defined in each Makefile.am that includes
+# 'check-html.am'. It's simpler to do this once here.
+AC_SUBST([MOSTLYCLEANFILES], [])
AC_CONFIG_FILES([sub/Makefile sub/more/Makefile])
AC_OUTPUT
END
@@ -106,7 +109,6 @@ test ! -f test.log
test -f x.txt
END
-
cat > sub/more/mu << 'END'
#!/bin/sh
exit 99