clojure/clojure-1.3.0-notest.patch
Jochen Schmitt 032735fc42 New upstrem release
Remove no-classpath patch (#684060)
Add patch to resolve JDK-1.7 related issues with test suite
2012-06-07 17:21:48 +07:00

19 lines
648 B
Diff

diff -up clojure-1.3.0-RC0/build.xml.notest clojure-1.3.0-RC0/build.xml
--- clojure-1.3.0-RC0/build.xml.notest 2011-09-22 18:36:29.711661366 +0200
+++ clojure-1.3.0-RC0/build.xml 2011-09-22 18:37:44.862656794 +0200
@@ -94,6 +94,7 @@
description="Run clojure tests without recompiling clojure."
depends="compile-tests"
unless="maven.test.skip">
+<!--
<java classname="clojure.main" failonerror="true" fork="true">
<classpath>
<path location="${test-classes}"/>
@@ -103,6 +104,7 @@
</classpath>
<arg value="${test-script}"/>
</java>
+-->
</target>
<target name="build"