[globus-gram-protocol/el5] Set GLOBUS_HOSTNAME during make check

Mattias Ellert ellert at fedoraproject.org
Fri Nov 14 20:48:04 UTC 2014


commit 24309563e1639f75f2de68cceb0e61897670a679
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Nov 14 21:47:07 2014 +0100

    Set GLOBUS_HOSTNAME during make check

 globus-gram-protocol.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/globus-gram-protocol.spec b/globus-gram-protocol.spec
index fdd0d4c..8bf50a9 100644
--- a/globus-gram-protocol.spec
+++ b/globus-gram-protocol.spec
@@ -3,7 +3,7 @@
 Name:		globus-gram-protocol
 %global _name %(tr - _ <<< %{name})
 Version:	12.12
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - GRAM Protocol Library
 
 Group:		System Environment/Libraries
@@ -95,15 +95,7 @@ rm %{buildroot}%{_libdir}/*.la
 install -m 644 -p %{SOURCE8} %{buildroot}%{_pkgdocdir}/README
 
 %check
-# Some tests fail in koji because they do not request the use of the
-# localhost interface
-make %{?_smp_mflags} check TESTS="pack-test \
-    create-extensions-test \
-    error-test \
-    pack-with-extensions-test \
-    unpack-job-request-reply-with-extensions-test \
-    unpack-message-test unpack-status-reply-with-extensions-test \
-    unpack-with-extensions-test"
+GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1
 
 %clean
 rm -rf %{buildroot}
@@ -142,6 +134,9 @@ rm -rf %{buildroot}
 %doc %{_pkgdocdir}/perl/Globus/GRAM/*
 
 %changelog
+* Fri Nov 14 2014 Mattias Ellert <mattias.ellert at fysast.uu.se> - 12.12-2
+- Set GLOBUS_HOSTNAME during make check
+
 * Mon Oct 27 2014 Mattias Ellert <mattias.ellert at fysast.uu.se> - 12.12-1
 - GT6 update
 - Drop patch globus-gram-protocol-doxygen.patch (fixed upstream)


More information about the scm-commits mailing list