Skip to content

Commit

Permalink
Deb: use --mem to run mtr faster and keep Travis-CI well below 50 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Oct 9, 2016
1 parent c416ed8 commit a6f032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6f032a

Please sign in to comment.