Fix "Skip gnulib tests which fail."
This commit is contained in:
parent
e302d8a0f9
commit
f2db10881f
@ -605,6 +605,7 @@ export SKIP_TEST_SET_LABEL=1
|
|||||||
|
|
||||||
# Skip gnulib tests which fail (probably these are kernel/glibc bugs).
|
# Skip gnulib tests which fail (probably these are kernel/glibc bugs).
|
||||||
pushd gnulib/tests
|
pushd gnulib/tests
|
||||||
|
make -k check ||:
|
||||||
for f in test-getaddrinfo test-utimens ; do
|
for f in test-getaddrinfo test-utimens ; do
|
||||||
rm -f $f $f.o
|
rm -f $f $f.o
|
||||||
touch $f.o
|
touch $f.o
|
||||||
|
Loading…
Reference in New Issue
Block a user