summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-13 15:01:11 +0200
committerRemi Collet <remi@remirepo.net>2019-06-13 15:01:11 +0200
commit80d0ba51afaa0f9207fa54c5239856314fd50de8 (patch)
treee2bc827d5e1482c28e82179a3dba5783293be624 /php-pecl-xdebug.spec
parent01456b337dc78718cc323073d23daba414b6362e (diff)
simplify
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r--php-pecl-xdebug.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 537b4e3..aaffb9a 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -256,13 +256,13 @@ done
%if %{with_tests}
cd NTS
: Upstream test suite NTS extension
+
+# bug00886 is marked as slow as it uses a lot of disk space
+TEST_OPTS="-q -x --show-diff"
%if "%{php_version}" > "7.4"
-TEST_OPTS="-q --show-diff %{?_smp_mflags}"
-%else
-TEST_OPTS="-q --show-diff"
+TEST_OPTS="$TEST_OPTS %{?_smp_mflags}"
%endif
-# bug00886 is marked as slow as it uses a lot of disk space
-SKIP_SLOW_TESTS=1 \
+
TEST_PHP_EXECUTABLE=%{_bindir}/php \
TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so -d xdebug.auto_trace=0" \
REPORT_EXIT_STATUS=1 \