Loading support-files/mysql.spec.sh +13 −2 Original line number Diff line number Diff line Loading @@ -342,7 +342,10 @@ then cp -fp config.log "$MYSQL_MAXCONFLOG_DEST" fi make -i test-force-pl || true ( cd mysql-test perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) # Save mysqld-max ./libtool --mode=execute cp sql/mysqld sql/mysqld-max Loading Loading @@ -401,7 +404,10 @@ then cp -fp config.log "$MYSQL_CONFLOG_DEST" fi make -i test-force-pl || true ( cd mysql-test perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) %install RBR=$RPM_BUILD_ROOT Loading Loading @@ -745,6 +751,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog * Wed Nov 15 2006 Joerg Bruehe <joerg@mysql.com> - Switch from "make test*" to explicit calls of the test suite, so that "report features" can be used. * Mon Jul 10 2006 Joerg Bruehe <joerg@mysql.com> - Fix a typing error in the "make" target for the Perl script to run the tests. Loading Loading
support-files/mysql.spec.sh +13 −2 Original line number Diff line number Diff line Loading @@ -342,7 +342,10 @@ then cp -fp config.log "$MYSQL_MAXCONFLOG_DEST" fi make -i test-force-pl || true ( cd mysql-test perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) # Save mysqld-max ./libtool --mode=execute cp sql/mysqld sql/mysqld-max Loading Loading @@ -401,7 +404,10 @@ then cp -fp config.log "$MYSQL_CONFLOG_DEST" fi make -i test-force-pl || true ( cd mysql-test perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) %install RBR=$RPM_BUILD_ROOT Loading Loading @@ -745,6 +751,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog * Wed Nov 15 2006 Joerg Bruehe <joerg@mysql.com> - Switch from "make test*" to explicit calls of the test suite, so that "report features" can be used. * Mon Jul 10 2006 Joerg Bruehe <joerg@mysql.com> - Fix a typing error in the "make" target for the Perl script to run the tests. Loading