mirror of https://github.com/MidnightCommander/mc
Really suppress msgmerge progress indicators.
This commit is contained in:
parent
114b2c1715
commit
d90475660e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue