summaryrefslogtreecommitdiffstats
path: root/php-pecl-stats-php7.spec
diff options
context:
space:
mode:
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