[PATCH 8 of 8] tests: move gendoc.t runrst comment next to runrst

Yuya Nishihara yuya at tcha.org
Tue Jan 12 16:34:06 CST 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1452109793 0
#      Wed Jan 06 19:49:53 2016 +0000
# Node ID 4a080cf3156554b62b9ac86c80f91e5dd4ab2038
# Parent  ed86fb2a41879a8158539dfb500ad9682f802649
tests: move gendoc.t runrst comment next to runrst

diff --git a/tests/test-gendoc.t b/tests/test-gendoc.t
--- a/tests/test-gendoc.t
+++ b/tests/test-gendoc.t
@@ -17,9 +17,9 @@
   >         cmp -s gendoc-C.txt gendoc-$LOCALE.txt && echo '** NOTHING TRANSLATED **'
   >     fi
   > 
+  >     echo "checking for parse errors"
   >     # We call runrst without adding "--halt warning" to make it report
   >     # all errors instead of stopping on the first one.
-  >     echo "checking for parse errors"
   >     python "$TESTDIR/../doc/runrst" html gendoc-$LOCALE.txt /dev/null
   > done
   


More information about the Mercurial-devel mailing list