rpms/skstream/devel skstream.spec,1.8,1.9

Alexey Torkhov atorkhov at fedoraproject.org
Sun Mar 1 13:49:46 UTC 2009


Author: atorkhov

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

Modified Files:
	skstream.spec 
Log Message:
"Perform" the tests. They're failing anyway though.


Index: skstream.spec
===================================================================
RCS file: /cvs/pkgs/rpms/skstream/devel/skstream.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- skstream.spec	27 Feb 2009 23:15:08 -0000	1.8
+++ skstream.spec	1 Mar 2009 13:49:16 -0000	1.9
@@ -63,7 +63,9 @@
 # network services being enabled, or being run as root, in order to
 # pass.
 %check
-make check || :
+# Run tests in debug mode so asserts won't be skipped
+sed -i -e 's/-DNDEBUG/-DDEBUG/' test/Makefile
+make %{?_smp_mflags} check || :
 
 %post -p /sbin/ldconfig
 




More information about the fedora-extras-commits mailing list