mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
gnu test: don't sync the po files
We aren't testing the locale yet.
This commit is contained in:
parent
698bdf5f9a
commit
afa5c15581
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ if test -f gnu-built; then
|
|||
echo "'rm -f $(pwd)/gnu-built' to force the build"
|
||||
echo "Note: the customization of the tests will still happen"
|
||||
else
|
||||
./bootstrap
|
||||
./bootstrap --skip-po
|
||||
./configure --quiet --disable-gcc-warnings
|
||||
#Add timeout to to protect against hangs
|
||||
sed -i 's|^"\$@|/usr/bin/timeout 600 "\$@|' build-aux/test-driver
|
||||
|
|
Loading…
Reference in a new issue