diff options
author | joerg@mysql.com <> | 2006-02-10 17:40:04 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-02-10 17:40:04 +0100 |
commit | ceaf0017e3ee123606d215e85d992e1130f9cc1a (patch) | |
tree | b4c1ab362b80d2151dce5f76c2d228331b344561 /support-files | |
parent | 1155bf20d93f8ae3e9ae68e6bcc055d261911a85 (diff) | |
download | mariadb-git-ceaf0017e3ee123606d215e85d992e1130f9cc1a.tar.gz |
support-files/mysql.spec.sh : Use "-i" on "make test-force", essential for log file evaluation.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7afdae69439..42958a3a871 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -309,7 +309,7 @@ BuildMySQL "--enable-shared \ --with-comment=\"MySQL Community Edition - Max (GPL)\" \ --with-server-suffix='-Max'" -make test-force || true +make -i test-force || true # Save mysqld-max mv sql/mysqld sql/mysqld-max @@ -363,7 +363,7 @@ BuildMySQL "--disable-shared \ --without-openssl" nm --numeric-sort sql/mysqld > sql/mysqld.sym -make test-force || true +make -i test-force || true %install RBR=$RPM_BUILD_ROOT @@ -689,6 +689,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %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> - Avoid using the "bundled" zlib on "shared" builds: |