automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {test-protocols} testsuite: avoid spurious failure if rst2html pro


From: Stefano Lattarini
Subject: [FYI] {test-protocols} testsuite: avoid spurious failure if rst2html program is missing
Date: Mon, 22 Aug 2011 10:41:05 +0200

* tests/tap-html.test ($required): Require `rst2html'.
---
 ChangeLog           |    5 +++++
 tests/tap-html.test |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 36382fe..1dec4b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-08-22  Stefano Lattarini  <address@hidden>
 
+       testsuite: avoid spurious failure if rst2html program is missing
+       * tests/tap-html.test ($required): Require `rst2html'.
+
+2011-08-22  Stefano Lattarini  <address@hidden>
+
        tap/awk: support Solaris /usr/xpg4/bin/awk
        * lib/tap-driver.sh: Use `\t', not `\\t', to represent tabulation
        character in regexps, even when inside double-quoted strings; that
diff --git a/tests/tap-html.test b/tests/tap-html.test
index b5a1beb..07c0294 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'
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]