You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/03/10 15:39:11 UTC

cvs commit: jakarta-hivemind/hivebuild module.xml

hlship      2005/03/10 06:39:11

  Modified:    hivebuild module.xml
  Log:
  Add a property, hivebuild.skip-test, used to prevent unit tests from running.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-hivemind/hivebuild/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/module.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- module.xml	5 Jan 2005 22:23:12 -0000	1.3
  +++ module.xml	10 Mar 2005 14:39:11 -0000	1.4
  @@ -235,7 +235,7 @@
   		<default-compile-tests/>
   	</target>
   	
  -	<target name="run-tests" description="Runs JUnit tests." depends="compile-tests">
  +	<target name="run-tests" description="Runs JUnit tests." depends="compile-tests" unless="hivebuild.skip-tests">
   		<default-run-tests/>	
   	</target>
   	
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org