From 7d458cd45e81c76f16c5700225a9f9dd55934676 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jun 2017 11:29:59 +0200 Subject: minor --- php-horde-Horde-Smtp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-horde-Horde-Smtp.spec b/php-horde-Horde-Smtp.spec index 7d9740e..71af201 100644 --- a/php-horde-Horde-Smtp.spec +++ b/php-horde-Horde-Smtp.spec @@ -110,7 +110,7 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) ret=0 for cmd in php php56 php70 php71 php72; do if which $cmd; then - $cmd %{_bindir}/phpunit --verbose . + $cmd %{_bindir}/phpunit --verbose . || ret=1 fi done exit $ret -- cgit