remove outdated workarounds in %check
This commit is contained in:
parent
818fbe1599
commit
9335e8c240
18
zsh.spec
18
zsh.spec
@ -69,22 +69,7 @@ make all html
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the testsuite
|
# Run the testsuite
|
||||||
# the completion tests hang on s390 and s390x
|
make check
|
||||||
( cd Test
|
|
||||||
mkdir skipped
|
|
||||||
%ifarch s390 s390x ppc ppc64
|
|
||||||
mv Y*.ztst skipped
|
|
||||||
%endif
|
|
||||||
%ifarch s390 s390x ppc64
|
|
||||||
# FIXME: This is a real failure, Debian apparently just don't test.
|
|
||||||
# RHBZ: 460043
|
|
||||||
mv D02glob.ztst skipped
|
|
||||||
%endif
|
|
||||||
# FIXME: This hangs in mock
|
|
||||||
# Running test: Test loading of all compiled modules
|
|
||||||
mv V01zmodload.ztst skipped
|
|
||||||
true )
|
|
||||||
ZTST_verbose=1 make test
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -176,6 +161,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 31 2015 Kamil Dudka <kdudka@redhat.com> - 5.1-1
|
* Mon Aug 31 2015 Kamil Dudka <kdudka@redhat.com> - 5.1-1
|
||||||
- Update to latest upstream release: Zsh 5.1
|
- Update to latest upstream release: Zsh 5.1
|
||||||
|
- remove outdated workarounds in %%check
|
||||||
|
|
||||||
* Thu Jul 30 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.8-6
|
* Thu Jul 30 2015 Kamil Dudka <kdudka@redhat.com> - 5.0.8-6
|
||||||
- fix handling of command substitution in math context
|
- fix handling of command substitution in math context
|
||||||
|
Loading…
Reference in New Issue
Block a user