[php-horde-Horde-Mime/el6] set xdebug.max_nesting_level=1000 for tests

Remi Collet remi at fedoraproject.org
Tue Nov 25 08:14:43 UTC 2014


commit d35f77d9e9261365fee5b04c7f4847718abdfaf1
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 25 09:12:51 2014 +0100

    set xdebug.max_nesting_level=1000 for tests
    
    (cherry picked from commit a74f764c30adaca4f0ff5c06eb5a6ca3503fd0e1)

 php-horde-Horde-Mime.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec
index c0ce647..3ef6401 100644
--- a/php-horde-Horde-Mime.spec
+++ b/php-horde-Horde-Mime.spec
@@ -129,7 +129,7 @@ done | tee ../%{pear_name}.lang
 %check
 %if %{with_tests}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit .
+phpunit -d xdebug.max_nesting_level=1000 .
 %else
 : Test disabled, missing '--with tests' option.
 %endif


More information about the scm-commits mailing list