diff options
author | Georgi Kodinov <joro@sun.com> | 2009-11-10 11:34:58 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-11-10 11:34:58 +0200 |
commit | cf2a674060cb27000dfd5aecaa361fee0ba4eb28 (patch) | |
tree | ef42eb3a310202555660d3d308243f7d6608a5a7 /Makefile.am | |
parent | 0daad8022816c86f88e61e45b9f2f7da39fe3281 (diff) | |
download | mariadb-git-cf2a674060cb27000dfd5aecaa361fee0ba4eb28.tar.gz |
removed a duplicate make target
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 49ab3103c25..821f7e4fd0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,10 +196,6 @@ test-bt-fast: -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress -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 \ |