From 096a009cb6be9e7757684bda6a77efad188b64db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 May 2017 08:09:17 +0200 Subject: minor --- php-phpdocumentor-reflection-docblock.spec | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit