File: disable-test-zip-archive.diff

package info (click to toggle)
gluegen2 2.3.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,420 kB
  • sloc: java: 45,952; xml: 2,960; ansic: 2,670; cpp: 1,694; sh: 1,251; pascal: 591; asm: 162; makefile: 53
file content (11 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -505,7 +505,7 @@
     </target>
 
     <target name="junit.run" depends="junit.run.settings, junit.run.if.enabled, junit.run.if.disabled">
-        <antcall target="test-zip-archive" inheritRefs="true" />
+<!--        <antcall target="test-zip-archive" inheritRefs="true" />-->
     </target>
 
     <!--