From 1e24d543d1fc8186df4c480f692cfe7fa53190ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Apr 2015 16:43:31 +0200 Subject: php-pecl-amqp: add --show-diff for test suite --- php-pecl-amqp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 2d5a882..fa0da0e 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -208,7 +208,7 @@ TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php || ret=1 +%{__php} -n run-tests.php --show-diff || ret=1 popd %if %{with_zts} @@ -218,7 +218,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php || ret=1 +%{__ztsphp} -n run-tests.php --show-diff || ret=1 popd %endif -- cgit