Suppress warnings in tests also on ppc64p7

This commit is contained in:
Honza Horák 2013-02-13 09:20:22 +01:00
parent e6d746a143
commit dd2088fa6f

View File

@ -1,6 +1,6 @@
Name: mariadb Name: mariadb
Version: 5.5.29 Version: 5.5.29
Release: 4%{?dist} Release: 5%{?dist}
Summary: A community developed branch of MySQL Summary: A community developed branch of MySQL
Group: Applications/Databases Group: Applications/Databases
@ -404,7 +404,7 @@ done
cd mysql-test cd mysql-test
perl ./mysql-test-run.pl --force --retry=0 --ssl \ perl ./mysql-test-run.pl --force --retry=0 --ssl \
--skip-test-list=rh-skipped-tests.list \ --skip-test-list=rh-skipped-tests.list \
%ifarch ppc ppc64 %ifarch ppc ppc64 ppc64p7
--nowarnings \ --nowarnings \
%endif %endif
--suite-timeout=720 --testcase-timeout=30 --suite-timeout=720 --testcase-timeout=30
@ -788,6 +788,9 @@ fi
%{_mandir}/man1/mysql_client_test.1* %{_mandir}/man1/mysql_client_test.1*
%changelog %changelog
* Wed Feb 13 2013 Honza Horak <hhorak@redhat.com> 5.5.29-5
- Suppress warnings in tests also on ppc64p7
* Tue Feb 12 2013 Honza Horak <hhorak@redhat.com> 5.5.29-4 * Tue Feb 12 2013 Honza Horak <hhorak@redhat.com> 5.5.29-4
- Suppress warning in tests on ppc - Suppress warning in tests on ppc
- Enable fixed index_merge_myisam test case - Enable fixed index_merge_myisam test case