summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Imap-Client.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Imap-Client.spec')
-rw-r--r--php-horde-Horde-Imap-Client.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec
index 9cf1285..7185f42 100644
--- a/php-horde-Horde-Imap-Client.spec
+++ b/php-horde-Horde-Imap-Client.spec
@@ -142,7 +142,7 @@ ret=0
for cmd in php php56 php70 php71 php72; do
if which $cmd; then
if %{_bindir}/phpunit --atleast-version 4.8; then
- $cmd %{_bindir}/phpunit --verbose .
+ $cmd %{_bindir}/phpunit --verbose . || ret=1
else
: PHPUnit is too old for this package
fi