From 3430d4f196857dd32f877740cb77b4d7ec6e750b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 May 2016 10:04:54 +0200 Subject: php-pecl-stats: 1.0.4 (php 5, stable) --- php-pecl-stats-php7.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-stats-php7.spec') 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 -- cgit