Deb: use --mem to run mtr faster and keep Travis-CI well below 50 min
This commit is contained in:
parent
c416ed8b46
commit
a6f032af57
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user