summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-03-27 17:42:55 +0200
committerkent@mysql.com/kent-amd64.(none) <>2007-03-27 17:42:55 +0200
commitef530348cdba1e7319e7203e9850599f85fdba34 (patch)
treef8d0e849941dd38e8c63e385258f44d251728baa /support-files
parent18a01e72619008ad35b749711d5913e03c330968 (diff)
downloadmariadb-git-ef530348cdba1e7319e7203e9850599f85fdba34.tar.gz
mysql.spec.sh, Makefile.am:
Don't use explicit calls to mysql-test-run in spec
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 15c3e4910d8..ab544b65f74 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -319,10 +319,7 @@ then
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
fi
-( cd mysql-test
- perl ./mysql-test-run.pl --force --report-features
- perl ./mysql-test-run.pl --force --ps-protocol
- true )
+make test-bt
# Save mysqld-max
./libtool --mode=execute cp sql/mysqld sql/mysqld-max