[eclipse-webtools/eclipse-luna] Disable tests that require XDG_RUNTIME_DIR

Mat Booth mbooth at fedoraproject.org
Fri Oct 3 10:36:27 UTC 2014


commit f540fac81b5e3698b898766e0f3572c83b201de2
Author: Mat Booth <mat.booth at redhat.com>
Date:   Fri Oct 3 11:36:07 2014 +0100

    Disable tests that require XDG_RUNTIME_DIR

 eclipse-webtools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-webtools.spec b/eclipse-webtools.spec
index db21b78..7b70baa 100644
--- a/eclipse-webtools.spec
+++ b/eclipse-webtools.spec
@@ -8,7 +8,7 @@
 
 Name:           %{?scl_prefix}eclipse-webtools
 Version:        3.6.1
-Release:        1.1%{?dist}
+Release:        1.2%{?dist}
 Summary:        Eclipse Webtools Projects
 
 License:        EPL
@@ -490,7 +490,7 @@ sed -i -e 's|MimeTypes\.Type\.TEXT_HTML\.toString()|"text/html"|' \
 # Skipping tests because of missing test dependencies & removed bundled jars
 %build
 %{?scl:scl enable %{scl} - << "EOF"}
-xmvn -o clean verify -DskipTests=true -DforceContextQualifier=%{qualifier}
+xmvn -o clean verify -DskipTests=true -DskipWithIssues=true -DforceContextQualifier=%{qualifier}
 %{?scl:EOF}
 
 %install
@@ -950,6 +950,9 @@ build-jar-repository -p -s %{buildroot}%{install_loc}/webtools-dali/eclipse/plug
 %{install_loc}/webtools-dali
 
 %changelog
+* Fri Oct 03 2014 Mat Booth <mat.booth at redhat.com> - 3.6.1-1.2
+- Disable tests that require XDG_RUNTIME_DIR
+
 * Wed Oct 01 2014 Mat Booth <mat.booth at redhat.com> - 3.6.1-1.1
 - Merge updates from F21
 


More information about the scm-commits mailing list