diff options
Diffstat (limited to 'php-swiftmailer.spec')
-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 |