summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2015-11-11 07:20:48 +0200
committerOtto Kekäläinen <otto@mariadb.org>2015-11-23 17:24:11 +0200
commitd3acb93bf29dc065ebd232f62284ba4a0299b831 (patch)
tree79963c86090110cfa8a029bc1de0c1966cb21d45
parent67125f035af0245c1130ef92c0ebc655a7d1e4e0 (diff)
downloadmariadb-git-10.2-travis-ci.tar.gz
Limit testsuite scope in Debian builds to make them pass faster10.2-travis-ci
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a9e383cb2e1..2591e0070a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ build-stamp: configure
ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
if [ ! -f testsuite-stamp ] ; then \
- cd $(builddir)/mysql-test && ./mtr --parallel=$(NUMJOBS); \
+ cd $(builddir)/mysql-test && ./mtr --force --parallel=$(NUMJOBS) --skip-rpl --suite=main; \
fi
endif