summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2017-12-03 12:21:10 +0000
committerMatthew Vernon <matthew@debian.org>2017-12-03 12:21:10 +0000
commita03d3755717c0328ab02ecfbfe3468066f49543d (patch)
tree4993892b6f538e684b767252b1d334df8463c71a
parent3e24cea3687cec59049942e4398d67f98d5c5012 (diff)
increase stack limit before running tests (Closes: #876299)
Otherwise tests fail on s390.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7e53492..dadaacc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,7 @@ build-stamp: configure-stamp
# Add here commands to compile the package.
$(MAKE) $(NJOBS)
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+ ulimit -s hard
$(MAKE) check VERBOSE=1
endif