[php-ZendFramework2/f21: 2/2] disable colors in phpunit

Remi Collet remi at fedoraproject.org
Wed Aug 20 12:02:14 UTC 2014


commit 22ee7000d405f44d132232144f6967f54a9c8490
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Aug 20 14:01:54 2014 +0200

    disable colors in phpunit

 php-ZendFramework2.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/php-ZendFramework2.spec b/php-ZendFramework2.spec
index ebb138d..9baaab5 100644
--- a/php-ZendFramework2.spec
+++ b/php-ZendFramework2.spec
@@ -1818,6 +1818,9 @@ $loader->useIncludePath(true);
 $loader->register();
 AUTOLOADER
 
+sed -e 's/ colors="true"//' \
+    phpunit.xml.dist >phpunit.xml
+
 # ignore these for now
 rm -r ZendTest/Cache
 rm    ZendTest/Console/RequestTest.php


More information about the scm-commits mailing list