[php-horde-Horde-Group/el6] Disable test on el6

Nick Bebout nb at fedoraproject.org
Tue Mar 26 22:37:49 UTC 2013


commit 3cecce8c1f96ab716f745d70c711c4cc669e1e0b
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Mar 26 17:37:37 2013 -0500

    Disable test on el6

 php-horde-Horde-Group.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/php-horde-Horde-Group.spec b/php-horde-Horde-Group.spec
index fff92b4..5c9248f 100644
--- a/php-horde-Horde-Group.spec
+++ b/php-horde-Horde-Group.spec
@@ -18,8 +18,8 @@ BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-common >= 5.3.0
 BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
-BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
-BuildRequires:  php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
+#BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
+#BuildRequires:  php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -69,12 +69,12 @@ mkdir -p %{buildroot}%{pear_xmldir}
 install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
-%check
-cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:)
-phpunit\
-    -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
-    -d date.timezone=UTC \
-    .
+#%check
+#cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:)
+#phpunit\
+#    -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+#    -d date.timezone=UTC \
+#    .
 
 
 %post


More information about the scm-commits mailing list