diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-03-30 22:26:06 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-03-30 22:26:06 +0200 |
commit | 2d0da97164f69a41f24037ce134664ce6e701e9c (patch) | |
tree | 7131fa95cfcb265b315b3b6d95616cf155dc5ae1 /Makefile.am | |
parent | db45dc5f02311303299141495dce360e1463b5b0 (diff) | |
parent | ef530348cdba1e7319e7203e9850599f85fdba34 (diff) | |
download | mariadb-git-2d0da97164f69a41f24037ce134664ce6e701e9c.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 70ed8fa7bfe..f620f5d8ab8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,12 @@ test-force-full: test-force-mem: $(MAKE) 'force=--force --mem' test +test-bt: + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol + # Keep these for a while test-pl: test test-full-pl: test-full |