Author: nickboldt
Date: 2010-04-30 13:21:45 -0400 (Fri, 30 Apr 2010)
New Revision: 21841
Modified:
branches/modular_build/build/build.xml
Log:
add target that will run tests w/o first fetching sources (assumes already on disk thx to
upstream Hudson job)
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-30 17:20:33 UTC (rev 21840)
+++ branches/modular_build/build/build.xml 2010-04-30 17:21:45 UTC (rev 21841)
@@ -63,6 +63,10 @@
depends="init, get.bootstrap.scripts, get.sources, get.components.to.build,
run.build, collect.all.test.results"
/>
+ <target name="test" description="run tests w/o first getting sources +
list of components to build; assumes an upstream build job was already run"
+ depends="init, get.bootstrap.scripts, run.build,
collect.all.test.results"
+ />
+
<!-- override for local build -->
<condition property="isInHudson" value="true">
<or>
Show replies by date