diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-11-13 13:26:16 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-11-13 13:26:16 +0100 |
commit | 63546824fc0d52ba86820b1d178dc537b5f718ee (patch) | |
tree | 5351c4626f402917a764b36f5e0825b90264f258 /Makefile.am | |
parent | 91916e7f054f4afd33bfda327a45589f2e2b7f16 (diff) | |
parent | 780871d8b90fe3146db39b4be65ebedb309b9f9b (diff) | |
download | mariadb-git-63546824fc0d52ba86820b1d178dc537b5f718ee.tar.gz |
automerge
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 498184330ba..7675c58ecf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,6 +202,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 \ @@ -209,6 +213,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 |