summaryrefslogtreecommitdiffstats
path: root/php-pecl-trie.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-09 10:08:08 +0200
committerRemi Collet <remi@remirepo.net>2020-09-09 10:08:08 +0200
commit72ce46a3b9d56861e8bcdc1257fa90780b1e5b8c (patch)
tree0cdd16b72538a46d2195486307e173f5e13e0ec3 /php-pecl-trie.spec
parent30b274e28490f1371c90322f6930583928f516c0 (diff)
more fix for test suit
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