diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-05 08:09:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-05 08:09:17 +0200 |
commit | 096a009cb6be9e7757684bda6a77efad188b64db (patch) | |
tree | 02e2240aca295a1f08f14fbfebd2544359250e04 | |
parent | 801c99e34f076167337171d17981c765060af01f (diff) |
minor
-rw-r--r-- | php-phpdocumentor-reflection-docblock.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-phpdocumentor-reflection-docblock.spec b/php-phpdocumentor-reflection-docblock.spec index 3bac834..bb0fd70 100644 --- a/php-phpdocumentor-reflection-docblock.spec +++ b/php-phpdocumentor-reflection-docblock.spec @@ -137,9 +137,8 @@ BOOTSTRAP RETURN_CODE=0 for PHP_EXEC in php php56 php70 php71; do if which $PHP_EXEC; then - $PHP_EXEC \ + $PHP_EXEC -d auto_prepend_file=$PWD/bootstrap.php \ %{_bindir}/phpunit --verbose \ - --include-path %{buildroot}%{_datadir}/php \ --bootstrap bootstrap.php \ || RETURN_CODE=1 fi |