##// END OF EJS Templates
test-gendoc: mute gendoc stderr...
Mads Kiilerich -
r12397:3b8ced3e stable
parent child Browse files
Show More
@@ -11,7 +11,7 b' for PO in C $TESTDIR/../i18n/*.po; do'
11 echo "% extracting documentation from $LOCALE"
11 echo "% extracting documentation from $LOCALE"
12 echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
12 echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
13 echo "" >> gendoc-$LOCALE.txt
13 echo "" >> gendoc-$LOCALE.txt
14 LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt || exit
14 LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt 2> /dev/null || exit
15
15
16 # We call runrst without adding "--halt warning" to make it report
16 # We call runrst without adding "--halt warning" to make it report
17 # all errors instead of stopping on the first one.
17 # all errors instead of stopping on the first one.
General Comments 0
You need to be logged in to leave comments. Login now