components/junit/patches/test-build.xml.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Tue, 27 Oct 2015 07:12:09 -0700
changeset 5257 0da26ce015ab
parent 4700 3e0131debf7c
permissions -rw-r--r--
22071322 Build of pkg:/system/network/avahi has to be moved from Desktop to Userland.

Internal patch to get Userland test working.
Will not offer upstream.


--- junit-r4.11/build.xml_orig	2015-07-16 13:17:09.182838009 -0700
+++ junit-r4.11/build.xml	2015-07-17 13:15:36.944965837 -0700
@@ -203,6 +203,13 @@
     </sequential>
   </macrodef>
 
+  <!-- copy of target name=dist minus depends -->
+  <target name="test-build">
+    <run-dist-tests>
+      <jvmarg value="-Dignore.this=ignored"/>
+    </run-dist-tests>
+  </target>
+
   <target name="test" depends="build">
     <run-local-tests />
   </target>