summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-20 15:29:20 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-20 15:29:20 +0100
commite16f80feeb072064dfa3f6a59a7552ea95520a94 (patch)
treea6d4fa45f29db85d718bd04a4f92d8bfbe94c649
parentcc37255fd27fae3299e3c997bf50ee91f4180497 (diff)
php 5.5: double stack size during test (required by bug54268.phpt)
-rw-r--r--php55.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php55.spec b/php55.spec
index f80d964..ae43e61 100644
--- a/php55.spec
+++ b/php55.spec
@@ -79,7 +79,7 @@ Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.0
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.20.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.20.%{?snapdate}%{?rcver}%{?dist}.1
%else
Release: 2%{?dist}
%endif
@@ -1274,6 +1274,10 @@ popd
%check
%if %runselftest
cd build-apache
+
+# Double stack size (required by bug54268.phpt)
+ulimit -s 16384
+
# Run tests, using the CLI SAPI
export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
export SKIP_ONLINE_TESTS=1