mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
Deb: use --mem to run mtr faster and keep Travis-CI well below 50 min
This commit is contained in:
parent
c416ed8b46
commit
a6f032af57
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue