mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
MTR_BUILD_THREAD=auto for test runs during RPM build
support-files/mysql.spec.sh: MTR_BUILD_THREAD=auto for test runs
This commit is contained in:
parent
0fd19170e3
commit
50c3198d91
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue