summaryrefslogtreecommitdiffstats
path: root/php-pecl-stats-php7.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-28 10:04:54 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-28 10:04:54 +0200
commit3430d4f196857dd32f877740cb77b4d7ec6e750b (patch)
tree277ed95b3fd799c866aa532596ee06c8650fecc8 /php-pecl-stats-php7.spec
parentd5f837b0185533dd2aecab7d25fd044da55077e4 (diff)
php-pecl-stats: 1.0.4 (php 5, stable)
Diffstat (limited to 'php-pecl-stats-php7.spec')
-rw-r--r--php-pecl-stats-php7.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-stats-php7.spec b/php-pecl-stats-php7.spec
index e39c6d2..9ee72e2 100644
--- a/php-pecl-stats-php7.spec
+++ b/php-pecl-stats-php7.spec
@@ -169,7 +169,7 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \
TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{_bindir}/php -n run-tests.php
+%{_bindir}/php -n run-tests.php --show-diff
%if %{with_zts}
@@ -184,7 +184,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php
+%{__ztsphp} -n run-tests.php --show-diff
%endif