rpms/cmake/EL-5 cmake.spec,1.18,1.19

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Apr 17 17:44:12 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/cmake/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14182

Modified Files:
	cmake.spec 
Log Message:
Exclude curl test which tries to make network connections


Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/EL-5/cmake.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cmake.spec	17 Apr 2008 17:25:06 -0000	1.18
+++ cmake.spec	17 Apr 2008 17:43:32 -0000	1.19
@@ -58,7 +58,8 @@
 
 
 %check
-bin/ctest -V
+# Exclude curl test which tries to make network connections
+bin/ctest -V -E curl
 
 
 %clean




More information about the fedora-extras-commits mailing list