summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-20 16:43:31 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-20 16:43:31 +0200
commit1e24d543d1fc8186df4c480f692cfe7fa53190ba (patch)
treeb93b87f93ba8e591ec04d4788c9d3fcb7214a874
parent92d4ad90cfa7a7caa162fd276e5b59d246868fa3 (diff)
php-pecl-amqp: add --show-diff for test suite
-rw-r--r--php-pecl-amqp.spec4
1 files 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