Deb: use --mem to run mtr faster and keep Travis-CI well below 50 min

This commit is contained in:
Otto Kekäläinen 2016-10-09 13:46:09 +03:00
parent c416ed8b46
commit a6f032af57

2
debian/rules vendored
View File

@ -83,7 +83,7 @@ build-stamp: configure
ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
if [ ! -f testsuite-stamp ] ; then \
cd $(builddir)/mysql-test && ./mtr --force --parallel=$(NUMJOBS) --skip-rpl --suite=main; \
cd $(builddir)/mysql-test && ./mtr --force --mem --parallel=$(NUMJOBS) --skip-rpl --suite=main; \
fi
endif