summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authormonty@mishka.local <>2005-08-25 06:55:48 +0300
committermonty@mishka.local <>2005-08-25 06:55:48 +0300
commitf384e082771a980cba5a607097ca7338ee6e84b0 (patch)
tree7dfaa1b1889d948f6f78eb4f70bcf87091e7f02d /support-files
parent05ee47a80d192a3e72c43c50ce5d1773a866c669 (diff)
parent17654cd7af7f3739d97b68c6b5d00aae7d5dc8ce (diff)
downloadmariadb-git-f384e082771a980cba5a607097ca7338ee6e84b0.tar.gz
Merge mishka.local:/home/my/mysql-4.1
into mishka.local:/home/my/mysql-5.0
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 61847392a29..637a0402b8e 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -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
@@ -360,7 +360,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