diff options
author | Georgi Kodinov <joro@sun.com> | 2009-10-30 16:34:54 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-10-30 16:34:54 +0200 |
commit | ea412fc2e0642ea837aa3b6c9fc4c3247be335fd (patch) | |
tree | f450428c84d9cdb527c547bc5234bf5d4e4db7f6 /Makefile.am | |
parent | a0bea5eeb197beaa46bf80c5096d9cf934bf25df (diff) | |
parent | 8f27f46c1a2c9914253232b1fc0e8fa74ffac6c9 (diff) | |
download | mariadb-git-ea412fc2e0642ea837aa3b6c9fc4c3247be335fd.tar.gz |
merge from 5.0-main
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 774239eaad2..671bb3b9871 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,10 +166,16 @@ test-bt: @PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \ fi +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 --force --comment=debug --report-features +test-bt-debug-fast: + # Keep these for a while test-pl: test test-full-pl: test-full |