rpms/eris/devel eris.spec,1.18,1.19

Alexey Torkhov atorkhov at fedoraproject.org
Sun Mar 1 13:52:09 UTC 2009


Author: atorkhov

Update of /cvs/pkgs/rpms/eris/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv919

Modified Files:
	eris.spec 
Log Message:
Actually perform the tests.


Index: eris.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eris/devel/eris.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- eris.spec	1 Mar 2009 12:03:34 -0000	1.18
+++ eris.spec	1 Mar 2009 13:51:39 -0000	1.19
@@ -55,8 +55,10 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}-1.3.la
 
-%check
 # They seem to hang sometimes.
+%check
+# Run tests in debug mode so asserts won't be skipped
+sed -i -e 's/-DNDEBUG/-DDEBUG/' test/Makefile
 make %{?_smp_mflags} check
 
 




More information about the fedora-extras-commits mailing list