rpms/cmake/devel cmake.spec,1.83,1.84

Orion Poplawski orion at fedoraproject.org
Mon Jun 21 19:31:19 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/cmake/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29695

Modified Files:
	cmake.spec 
Log Message:
Disable CMake.HTML test as it needs internet access



Index: cmake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- cmake.spec	21 Jun 2010 18:00:32 -0000	1.83
+++ cmake.spec	21 Jun 2010 19:31:19 -0000	1.84
@@ -95,7 +95,8 @@ desktop-file-install --delete-original \
 unset DISPLAY
 pushd build
 #ModuleNotices fails for some unknown reason, and we don't care
-bin/ctest -V -E ModuleNotices %{?_smp_mflags}
+#CMake.HTML currently requires internet access
+bin/ctest -V -E ModuleNotices -E CMake.HTML %{?_smp_mflags}
 
 
 %clean



More information about the scm-commits mailing list