remove outdated workarounds in %check

This commit is contained in:
Kamil Dudka 2015-08-31 10:30:26 +02:00
parent 818fbe1599
commit 9335e8c240

View File

@ -69,22 +69,7 @@ make all html
%check
# Run the testsuite
# the completion tests hang on s390 and s390x
( 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
make check
%install
rm -rf $RPM_BUILD_ROOT
@ -176,6 +161,7 @@ fi
%changelog
* Mon Aug 31 2015 Kamil Dudka <kdudka@redhat.com> - 5.1-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
- fix handling of command substitution in math context