From 0dba176b55165cd9dbd329a522f01caf61f34d29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Apr 2017 16:58:49 +0200 Subject: missing --- php-swiftmailer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit