diff --git a/tests/scripts/checkpo.sh b/tests/scripts/checkpo.sh index c3e17b661..a4e167f7a 100755 --- a/tests/scripts/checkpo.sh +++ b/tests/scripts/checkpo.sh @@ -20,7 +20,7 @@ DIRS="\ for i in `find $DIRS -maxdepth 1 -type f -name *.po` do echo "Checking $i ..." - msgfmt -c $i + msgfmt -c $i -o /dev/null if [ $? -ne 0 ] then echo "********* FAILED CHECK FOR $i *************"