+1 - I think the Jenkins regexps can handle either (and can certainly be changed if not)
On Jun 28, 2013, at 11:55 PM, Robert Muir <[email protected]> wrote: > i feel like this is a no-brainer, but there might be some regexps for jenkins > that could break or something else i'm not aware of: > > Index: lucene/common-build.xml > =================================================================== > --- lucene/common-build.xml (revision 1497957) > +++ lucene/common-build.xml (working copy) > @@ -869,6 +869,7 @@ > <mkdir dir="${tests.cachedir}/${name}" /> > > <junit4:junit4 > + taskName="junit4" > dir="@{workDir}" > tempdir="@{workDir}/temp" > maxmemory="${tests.heapsize}" > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
