diff options
-rw-r--r-- | php-Metadata.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-Metadata.spec b/php-Metadata.spec index 945d156..699052b 100644 --- a/php-Metadata.spec +++ b/php-Metadata.spec @@ -79,7 +79,7 @@ BOOTSTRAP # Create PHPUnit config w/ colors turned off sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml -%{_bindir}/phpunit -d --include-path="./src:./tests" +%{_bindir}/phpunit --include-path="./src:./tests" %files |