[php-pecl-solr2/epel7] display failed test results

Remi Collet remi at fedoraproject.org
Tue Jul 22 08:49:29 UTC 2014


commit c543fa4d5463a018afbdbcd9fb70e056dbc90452
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jul 22 10:49:21 2014 +0200

    display failed test results

 php-pecl-solr2.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec
index 162110c..27a8834 100644
--- a/php-pecl-solr2.spec
+++ b/php-pecl-solr2.spec
@@ -180,7 +180,7 @@ TEST_PHP_ARGS="-n -d extension=curl.so -d extension=json.so -d extension=$PWD/mo
 REPORT_EXIT_STATUS=1 \
 NO_INTERACTION=1 \
 TEST_PHP_EXECUTABLE=%{__php} \
-%{__php} -n run-tests.php
+%{__php} -n run-tests.php --show-diff
 
 %if %{with_zts}
 cd ../ZTS
@@ -198,7 +198,7 @@ TEST_PHP_ARGS="-n -d extension=curl.so -d extension=json.so -d extension=$PWD/mo
 REPORT_EXIT_STATUS=1 \
 NO_INTERACTION=1 \
 TEST_PHP_EXECUTABLE=%{__ztsphp} \
-%{__ztsphp} -n run-tests.php
+%{__ztsphp} -n run-tests.php --show-diff
 %endif
 
 


More information about the scm-commits mailing list