Commit a6f032af authored by Otto Kekäläinen's avatar Otto Kekäläinen

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

parent c416ed8b
...@@ -83,7 +83,7 @@ build-stamp: configure ...@@ -83,7 +83,7 @@ build-stamp: configure
ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),) ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
if [ ! -f testsuite-stamp ] ; then \ 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 fi
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment