Suppress test on s390x again (don't have time to debug it today).

This commit is contained in:
Tom Lane 2004-12-21 23:28:21 +00:00 committed by Michal Schorm
parent 801031f3ed
commit 2526eceec6

View File

@ -128,7 +128,9 @@ gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4}
make %{?_smp_mflags} make %{?_smp_mflags}
make check make check
%ifnarch s390x
make test make test
%endif
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -356,7 +358,7 @@ fi
%changelog %changelog
* Tue Dec 21 2004 Tom Lane <tgl@redhat.com> 4.1.7-8 * Tue Dec 21 2004 Tom Lane <tgl@redhat.com> 4.1.7-8
- Run make test on all archs - Run make test on all archs except s390x (which seems to have a bdb issue)
* Mon Dec 13 2004 Tom Lane <tgl@redhat.com> 4.1.7-7 * Mon Dec 13 2004 Tom Lane <tgl@redhat.com> 4.1.7-7
- Suppress someone's silly idea that libtool overhead can be skipped - Suppress someone's silly idea that libtool overhead can be skipped