check: disable dirrem01/dirrem02
These two are racy again, per upstream report: https://www.mail-archive.com/bug-tar@gnu.org/msg05719.html Version: 1.31-1
This commit is contained in:
parent
3b055ef9f2
commit
5e7a7dca02
2
tar.spec
2
tar.spec
@ -86,7 +86,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rmt.8*
|
|||||||
%check
|
%check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
rm -f $RPM_BUILD_ROOT/test/testsuite
|
rm -f $RPM_BUILD_ROOT/test/testsuite
|
||||||
make check || (
|
make check TESTSUITEFLAGS='-k \!dirrem01,\!dirrem02' || (
|
||||||
# get the error log
|
# get the error log
|
||||||
set +x
|
set +x
|
||||||
find -name testsuite.log | while read line; do
|
find -name testsuite.log | while read line; do
|
||||||
|
Loading…
Reference in New Issue
Block a user