diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-02 10:50:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-02 10:50:30 +0100 |
commit | 7907db43e098aa6f063144ee42931548a016c462 (patch) | |
tree | 5a6b8e8942074d21f429fc73048b8cd4622aed14 | |
parent | 94a5fc4f89edf54c1c83e9965b34169636de5b57 (diff) |
minor
-rw-r--r-- | php-phpunit-php-token-stream3.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index 1c1ffa4..e458c30 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -88,7 +88,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit7 --verbose || ret=1 |