Commit 8fc308b8 authored by unknown's avatar unknown

Ensure that a failing test does not stop testing or the whole RPM build process.

parent 9df32ec8
......@@ -308,7 +308,7 @@ BuildMySQL "--enable-shared \
--with-comment=\"MySQL Community Edition - Max (GPL)\" \
--with-server-suffix='-Max'"
make test
make test-force || true
# Save mysqld-max
mv sql/mysqld sql/mysqld-max
......@@ -359,7 +359,7 @@ BuildMySQL "--disable-shared \
--without-openssl"
nm --numeric-sort sql/mysqld > sql/mysqld.sym
make test
make test-force || true
%install
RBR=$RPM_BUILD_ROOT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment