From 08639fb9e799999a3522019c81062914050af7cd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 22 May 2007 17:21:22 +0200 Subject: Add the "row_lock" test suite to the (to be) release build test run. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1