mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
support-files/mysql.spec.sh : Use "-i" on "make test-force", essential for log file evaluation.
This commit is contained in:
@ -309,7 +309,7 @@ BuildMySQL "--enable-shared \
|
|||||||
--with-comment=\"MySQL Community Edition - Max (GPL)\" \
|
--with-comment=\"MySQL Community Edition - Max (GPL)\" \
|
||||||
--with-server-suffix='-Max'"
|
--with-server-suffix='-Max'"
|
||||||
|
|
||||||
make test-force || true
|
make -i test-force || true
|
||||||
|
|
||||||
# Save mysqld-max
|
# Save mysqld-max
|
||||||
mv sql/mysqld sql/mysqld-max
|
mv sql/mysqld sql/mysqld-max
|
||||||
@ -363,7 +363,7 @@ BuildMySQL "--disable-shared \
|
|||||||
--without-openssl"
|
--without-openssl"
|
||||||
nm --numeric-sort sql/mysqld > sql/mysqld.sym
|
nm --numeric-sort sql/mysqld > sql/mysqld.sym
|
||||||
|
|
||||||
make test-force || true
|
make -i test-force || true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
RBR=$RPM_BUILD_ROOT
|
RBR=$RPM_BUILD_ROOT
|
||||||
@ -689,6 +689,11 @@ fi
|
|||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
|
||||||
|
|
||||||
|
- Use "-i" on "make test-force";
|
||||||
|
this is essential for later evaluation of this log file.
|
||||||
|
|
||||||
* Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
|
* Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com>
|
||||||
|
|
||||||
- Avoid using the "bundled" zlib on "shared" builds:
|
- Avoid using the "bundled" zlib on "shared" builds:
|
||||||
|
Reference in New Issue
Block a user