Really suppress msgmerge progress indicators.

This commit is contained in:
Pavel Roskin 2005-11-15 22:41:59 +00:00
parent 114b2c1715
commit d90475660e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ trap 'echo >&2 "ERROR: Test not completed, exit with code $?"; exit 1' exit
distcheck() {
id="$1"
shift
make distcheck $MAKEFLAGS "$@" >test-$id.out 2>test-$id.err
make distcheck "$MAKEFLAGS" "$@" >test-$id.out 2>test-$id.err
}
# Specify which warnings we want to see.