diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-05 12:36:34 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-05 12:36:34 +0300 |
commit | 018358415fc44bbc3410531ef0ff5a804cd09c16 (patch) | |
tree | f9ebca09a933d455add29954de97bc19bc8e5ed8 /Makefile.am | |
parent | e6fffedb27a922b2ad088fe7ee17f01bd14126fe (diff) | |
parent | 04af81d7a2b0eae6de543989078c317d4eab6a70 (diff) | |
download | mariadb-git-018358415fc44bbc3410531ef0ff5a804cd09c16.tar.gz |
Auto-merge from mysql-5.1.
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 53be49768de..7203d5e6669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,6 +198,10 @@ test-bt-fast: -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress $(EXP) +test-bt-fast: + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol --report-features + test-bt-debug: -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --comment=debug --force --timer \ @@ -205,6 +209,8 @@ test-bt-debug: test-bt-debug-fast: +test-bt-debug-fast: + # Keep these for a while test-pl: test test-full-pl: test-full |