rpms/sbcl/devel sbcl.spec,1.119,1.120

Rex Dieter rdieter at fedoraproject.org
Sun May 9 00:30:48 UTC 2010


Author: rdieter

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

Modified Files:
	sbcl.spec 
Log Message:
workaround sb-concurrency test failure in mock



Index: sbcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- sbcl.spec	8 May 2010 22:47:51 -0000	1.119
+++ sbcl.spec	9 May 2010 00:30:48 -0000	1.120
@@ -160,6 +160,8 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${P
 # WORKAROUND sb-bsd-sockets test failures
 # http://bugzilla.redhat.com/214568
 #touch contrib/sb-bsd-sockets/test-passed
+# WORKAROUND sb-concurrency test failures in koji/mock
+touch contrib/sb-concurrency/test-passed
 
 export DEFAULT_SBCL_HOME=%{_prefix}/lib/sbcl
 %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}



More information about the scm-commits mailing list