##// END OF EJS Templates
tests: test-gendoc.t checks if anything was translated...
Simon Heimberg -
r19923:52bc80d0 default
parent child Browse files
Show More
@@ -11,6 +11,10 b' Test document extraction'
11 > echo "" >> gendoc-$LOCALE.txt
11 > echo "" >> gendoc-$LOCALE.txt
12 > LANGUAGE=$LOCALE python "$TESTDIR/../doc/gendoc.py" >> gendoc-$LOCALE.txt 2> /dev/null || exit
12 > LANGUAGE=$LOCALE python "$TESTDIR/../doc/gendoc.py" >> gendoc-$LOCALE.txt 2> /dev/null || exit
13 >
13 >
14 > if [ $LOCALE != C ]; then
15 > cmp -s gendoc-C.txt gendoc-$LOCALE.txt && echo '** NOTHING TRANSLATED **'
16 > fi
17 >
14 > # We call runrst without adding "--halt warning" to make it report
18 > # We call runrst without adding "--halt warning" to make it report
15 > # all errors instead of stopping on the first one.
19 > # all errors instead of stopping on the first one.
16 > echo "checking for parse errors"
20 > echo "checking for parse errors"
General Comments 0
You need to be logged in to leave comments. Login now