From: Stefano Lattarini Date: Mon, 22 Aug 2011 08:40:12 +0000 (+0200) Subject: testsuite: avoid spurious failure if rst2html program is missing X-Git-Tag: ng-0.5a~89^2~97^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4e2afa54cbc1f148d899bd5cea6a2ada39d2e9;p=thirdparty%2Fautomake.git testsuite: avoid spurious failure if rst2html program is missing * tests/tap-html.test ($required): Require `rst2html'. --- diff --git a/ChangeLog b/ChangeLog index 36382fef3..1dec4b3cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-22 Stefano Lattarini + + testsuite: avoid spurious failure if rst2html program is missing + * tests/tap-html.test ($required): Require `rst2html'. + 2011-08-22 Stefano Lattarini tap/awk: support Solaris /usr/xpg4/bin/awk diff --git a/tests/tap-html.test b/tests/tap-html.test index b5a1beb30..07c0294d1 100755 --- a/tests/tap-html.test +++ b/tests/tap-html.test @@ -19,6 +19,7 @@ # - reStructuredText -> HTML conversion parallel_tests=yes +required=rst2html . ./defs || Exit 1 cat > Makefile.am << 'END'