diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-24 16:58:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-24 16:58:49 +0200 |
commit | 0dba176b55165cd9dbd329a522f01caf61f34d29 (patch) | |
tree | 35a368e5d8ddd986e649ce15b119c72a5aea02e3 | |
parent | 5bd517770050e8d3872f1d7223b85273f2aed736 (diff) |
missing
-rw-r--r-- | php-swiftmailer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index 75f33ba..74b1c66 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -110,7 +110,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php56 php70 php71 php72; do +for cmd in php php56 php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit --exclude smoke --verbose || ret=1 fi |