summaryrefslogtreecommitdiffstats
path: root/php-pecl-trie.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-trie.spec')
-rw-r--r--php-pecl-trie.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-trie.spec b/php-pecl-trie.spec
index 38df8bb..f8d43b2 100644
--- a/php-pecl-trie.spec
+++ b/php-pecl-trie.spec
@@ -188,7 +188,7 @@ TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="$OPT -d extension=$PWD/modules/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__php} -n run-tests.php
+%{__php} -n run-tests.php --show-diff
%if %{with_zts}
@@ -203,7 +203,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="$OPT -d extension=$PWD/modules/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php
+%{__ztsphp} -n run-tests.php --show-diff
%endif