From 72ce46a3b9d56861e8bcdc1257fa90780b1e5b8c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Sep 2020 10:08:08 +0200 Subject: more fix for test suit --- php-pecl-trie.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-trie.spec') 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 -- cgit