From f5a5136e8f21c5addcc05399950fd1e29c401eba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:40:19 +0100 Subject: php-horde-Horde-Mail: fix the test command --- php-horde-Horde-Mail.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-horde-Horde-Mail.spec b/php-horde-Horde-Mail.spec index 5bc563e..252c073 100644 --- a/php-horde-Horde-Mail.spec +++ b/php-horde-Horde-Mail.spec @@ -86,7 +86,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %else : Test disabled, missing '--with tests' option. %endif -- cgit