in legals, "ant lztest" will once again run the tests, and succeed if the tests succeed. It isn't called from any other target, though -- as I get the nightly builds going better, I will call this automatically.
Begin forwarded message: > From: [EMAIL PROTECTED] > Date: June 6, 2006 1:38:59 PM PDT > To: [EMAIL PROTECTED] > Subject: [Laszlo-checkins] r762 - openlaszlo/branches/legals > > Author: ben > Date: 2006-06-06 16:38:59 -0400 (Tue, 06 Jun 2006) > New Revision: 762 > > Modified: > openlaszlo/branches/legals/build.xml > Log: > Run lztest if you call ant lztest explicitly. > > Modified: openlaszlo/branches/legals/build.xml > =================================================================== > --- openlaszlo/branches/legals/build.xml 2006-06-06 20:16:27 UTC > (rev 761) > +++ openlaszlo/branches/legals/build.xml 2006-06-06 20:38:59 UTC > (rev 762) > @@ -886,7 +886,7 @@ > </else></if> > </target> > > - <target name="lztest" depends="init,lztest.clean" > description="Run the non-component lzunit test apps with rhino > runtime" unless="skip.runlzunit" > > + <target name="lztest" depends="init,lztest.clean" > description="Run the non-component lzunit test apps with rhino > runtime" unless="skip.runlztest" > > <exec executable="bash" failonerror="true"> > <arg line="-c build-tools/runlztest.sh" /> > </exec> > > _______________________________________________ > Laszlo-checkins mailing list > [EMAIL PROTECTED] > http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins benjamin shine software engineer [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
