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

timeless timeless at mozdev.org
Sun Jan 10 13:36:20 CST 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1452110249 0
#      Wed Jan 06 19:57:29 2016 +0000
# Node ID 4e62558cdb5e7bc836676085e7c65f0efd3382e7
# Parent  4c9976a02a8d0c12dbce8bdcfd00ba2f0630c0ad
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