diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-10-09 13:46:09 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-09 13:46:09 +0300 |
commit | a6f032af5778018051d41fc8ba7e9c983b4b7fbf (patch) | |
tree | 18d5f18a7187c7394a8c0c14f8dc3d5c4fac43f1 | |
parent | c416ed8b46e9129baff961c5fb2b155f5def7c57 (diff) | |
download | mariadb-git-a6f032af5778018051d41fc8ba7e9c983b4b7fbf.tar.gz |
Deb: use --mem to run mtr faster and keep Travis-CI well below 50 min
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ff8c68c69cb..1f88b3f4847 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |