[PATCH 4 of 8] tests: run docchecker in gendoc.t

timeless timeless at mozdev.org
Tue Jan 12 16:56:28 CST 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1452110249 0
#      Wed Jan 06 19:57:29 2016 +0000
# Node ID 5d86ea2132efaa21272c5293bc24d1aa9b020b79
# Parent  bae67a642faf03e00e92b7fbc13bb73e01971e0b
tests: run docchecker in gendoc.t

diff --git a/tests/test-gendoc.t b/tests/test-gendoc.t
--- a/tests/test-gendoc.t
+++ b/tests/test-gendoc.t
@@ -18,6 +18,7 @@
   >     fi
   > 
   >     echo "checking for parse errors"
+  >     python "$TESTDIR/../doc/docchecker" gendoc-$LOCALE.txt
   >     # We call runrst without adding "--halt warning" to make it report
   >     # all errors instead of stopping on the first one.
   >     python "$TESTDIR/../doc/runrst" html gendoc-$LOCALE.txt /dev/null


More information about the Mercurial-devel mailing list