skip all grep tests on s390x
This commit is contained in:
parent
271b894dc1
commit
abdac93434
6
git.spec
6
git.spec
@ -574,7 +574,9 @@ find %{buildroot}%{_pkgdocdir} -name "*.html" | xargs linkchecker
|
|||||||
%endif
|
%endif
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
# Skip grep tests which fail intermittently on s390x
|
# Skip grep tests which fail intermittently on s390x
|
||||||
export GIT_SKIP_TESTS="t7008 t7810"
|
## - probably it is because of current troubles with binutils on s390x. Will
|
||||||
|
## try tests when troubles on s390x will be resolved
|
||||||
|
export GIT_SKIP_TESTS="t7008 t7810 t7811 t7812 t7813 t7814"
|
||||||
%endif
|
%endif
|
||||||
make test
|
make test
|
||||||
|
|
||||||
@ -730,6 +732,8 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 08 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.14.0-2
|
* Tue Aug 08 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.14.0-2
|
||||||
- Add a build-time dependency on python2-devel for p4
|
- Add a build-time dependency on python2-devel for p4
|
||||||
|
Resolves: #1479713
|
||||||
|
- Skip all grep tests on s390x for now because it failes intermittently
|
||||||
|
|
||||||
* Fri Aug 04 2017 Todd Zullinger <tmz@pobox.com> - 2.14.0-1
|
* Fri Aug 04 2017 Todd Zullinger <tmz@pobox.com> - 2.14.0-1
|
||||||
- Update to 2.14.0
|
- Update to 2.14.0
|
||||||
|
Loading…
Reference in New Issue
Block a user