Fix %check target in specfiles.
authorScott Cantor <cantor.2@osu.edu>
Wed, 27 Aug 2008 15:56:56 +0000 (15:56 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 27 Aug 2008 15:56:56 +0000 (15:56 +0000)
shibboleth.spec.in

index ea24e92..359db73 100644 (file)
@@ -63,7 +63,7 @@ extensions using the Shibboleth runtime libraries.
 find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l |
   %{__sed} -e "s|$RPM_BUILD_ROOT||" | sort > rpm.filelist
 
-%check || :
+%check
 %{__make} check
 
 %clean