]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- run test suite
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Mar 2018 14:09:12 +0000 (15:09 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Mar 2018 14:09:12 +0000 (15:09 +0100)
percona-server.spec

index 1e271bebbce20c7b13d24a2c81028e22eaca2d11..87b30dc481e89c5a48fa0e41085314c21c9c465d 100644 (file)
@@ -568,7 +568,25 @@ CPPFLAGS="%{rpmcppflags}" \
 
 %{__make}
 
-%{?with_tests:%{__make} test}
+%if %{with tests}
+%{__make} test
+
+cd mysql-test
+
+MTR_BINDIR=$(pwd)/../build/ \
+%{__perl} ./mysql-test-run.pl \
+       --force \
+       --retry=0 \
+       --ssl \
+       --suite-timeout=720 \
+       --testcase-timeout=30 \
+       --mysqld=--binlog-format=mixed \
+       --force-restart \
+       --shutdown-timeout=60 \
+       --max-test-fail=0 \
+       --big-test \
+       --skip-test-list=unstable-tests
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.042321 seconds and 4 git commands to generate.