mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Makefile.am : Bypass bug#28685 and skip the "rowlock" suite in the release builds.
This commit is contained in:
parent
0c0379a372
commit
2968a25b3f
1 changed files with 4 additions and 2 deletions
|
@ -136,8 +136,10 @@ test-bt:
|
|||
@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
|
||||
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
|
||||
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
@PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
|
||||
|
||||
# Re-enable the "rowlock" suite when bug#28685 is fixed
|
||||
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
# @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
|
||||
|
||||
# Re-enable the "jp" suite when bug#28563 is fixed
|
||||
# -cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
|
|
Loading…
Add table
Reference in a new issue