diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-03-27 17:42:55 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-03-27 17:42:55 +0200 |
commit | ef530348cdba1e7319e7203e9850599f85fdba34 (patch) | |
tree | f8d0e849941dd38e8c63e385258f44d251728baa /Makefile.am | |
parent | 18a01e72619008ad35b749711d5913e03c330968 (diff) | |
download | mariadb-git-ef530348cdba1e7319e7203e9850599f85fdba34.tar.gz |
mysql.spec.sh, Makefile.am:
Don't use explicit calls to mysql-test-run in spec
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 70ed8fa7bfe..f620f5d8ab8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,12 @@ test-force-full: test-force-mem: $(MAKE) 'force=--force --mem' test +test-bt: + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol + # Keep these for a while test-pl: test test-full-pl: test-full |