diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
commit | 2ff2d1873a989e1c7f304f64c57ff236d7c48750 (patch) | |
tree | 6ef380be281adedf087a0aeebda5286409211a25 /Makefile.am | |
parent | f31b16543a7b0f1c07ecb54113df5b70ceef6550 (diff) | |
parent | b3d99069077cd24e1cf4bb07857fdb12aee895a0 (diff) | |
download | mariadb-git-2ff2d1873a989e1c7f304f64c57ff236d7c48750.tar.gz |
merge
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 56b4cdb5795..2b4dec03f24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,10 +202,6 @@ 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 \ |