From dff465fdb33e50f571f37bc9c2015a193907a571 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 17 Apr 2008 17:43:32 +0000 Subject: [PATCH] Exclude curl test which tries to make network connections --- cmake.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index 559ca68..a5ca8ac 100644 --- a/cmake.spec +++ b/cmake.spec @@ -58,7 +58,8 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/ %check -bin/ctest -V +# Exclude curl test which tries to make network connections +bin/ctest -V -E curl %clean