diff options
author | unknown <df@kahlann.erinye.com> | 2007-01-31 18:18:44 +0100 |
---|---|---|
committer | unknown <df@kahlann.erinye.com> | 2007-01-31 18:18:44 +0100 |
commit | 50c3198d91c7a65fdda190f6194aee2dd6e19101 (patch) | |
tree | 3bd4d660e8750151536b1c9cbb74f45401a85066 /support-files | |
parent | 0fd19170e330d7a68d072df1ebc39a366a440a36 (diff) | |
download | mariadb-git-50c3198d91c7a65fdda190f6194aee2dd6e19101.tar.gz |
MTR_BUILD_THREAD=auto for test runs during RPM build
support-files/mysql.spec.sh:
MTR_BUILD_THREAD=auto for test runs
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 528b1f2746b..0dbe59a8831 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -345,6 +345,8 @@ then fi ( cd mysql-test + MTR_BUILD_THREAD=auto + export MTR_BUILD_THREAD perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) @@ -407,6 +409,8 @@ then fi ( cd mysql-test + MTR_BUILD_THREAD=auto + export MTR_BUILD_THREAD perl ./mysql-test-run.pl --force --report-features perl ./mysql-test-run.pl --force --ps-protocol true ) @@ -755,6 +759,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Jan 31 2007 Daniel Fischer <df@mysql.com> + +- add MTR_BUILD_THREAD=auto to test runs. + * Fri Jan 05 2007 Kent Boortz <kent@mysql.com> - Add CFLAGS to gcc call with --print-libgcc-file, to make sure the |