##// END OF EJS Templates
tests: run docchecker in gendoc.t
timeless -
r27732:ea3937af default
parent child Browse files
Show More
@@ -18,6 +18,7 b' Test document extraction'
18 > fi
18 > fi
19 >
19 >
20 > echo "checking for parse errors"
20 > echo "checking for parse errors"
21 > python "$TESTDIR/../doc/docchecker" gendoc-$LOCALE.txt
21 > # We call runrst without adding "--halt warning" to make it report
22 > # We call runrst without adding "--halt warning" to make it report
22 > # all errors instead of stopping on the first one.
23 > # all errors instead of stopping on the first one.
23 > python "$TESTDIR/../doc/runrst" html gendoc-$LOCALE.txt /dev/null
24 > python "$TESTDIR/../doc/runrst" html gendoc-$LOCALE.txt /dev/null
General Comments 0
You need to be logged in to leave comments. Login now