mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
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() {
|
distcheck() {
|
||||||
id="$1"
|
id="$1"
|
||||||
shift
|
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.
|
# Specify which warnings we want to see.
|
||||||
|
Loading…
Reference in New Issue
Block a user