diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-04 18:11:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-04 18:11:44 +0200 |
commit | 51e314eb51b919f8feac426927491245cfa0719f (patch) | |
tree | 8e85c3bb5b95eae9754fed0908e6e98f98e77333 | |
parent | ce76eb5173ec7a81e6caba69821530d0443abbd9 (diff) |
minor
-rw-r--r-- | php-pecl-runkit7.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec index 8311b0d..3cc354d 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -37,6 +37,8 @@ Source0: https://github.com/%{proj_name}/%{proj_name}/releases/download/% BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear +#BuildRequires: gdb +#BuildRequires: php-cli-debuginfo Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -192,7 +194,7 @@ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ : Upstream test suite ZTS extension cd ../ZTS TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \ +TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ %{__ztsphp} -n run-tests.php -q --show-diff %endif %endif |