summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2007-05-22 17:21:22 +0200
committerunknown <joerg@trift2.>2007-05-22 17:21:22 +0200
commit08639fb9e799999a3522019c81062914050af7cd (patch)
treedb5192dcbe6af37ac498e48913167c994ea78692 /Makefile.am
parentc7c3d16984b11e30b32a3806b6ca2e0c88a09b33 (diff)
downloadmariadb-git-08639fb9e799999a3522019c81062914050af7cd.tar.gz
Add the "row_lock" test suite to the (to be) release build test run.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 992a6f6d755..6cb080aed5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,6 +157,8 @@ test-bt:
@PERL@ ./mysql-test-run.pl --force --comment=funcs1_ps --ps-protocol --suite=funcs_1
-cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2
+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
+ @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
test-bt-debug:
-cd mysql-test ; MTR_BUILD_THREAD=auto \