On Thu, Jun 12, 2014 at 05:03:30PM -0700, Gregory Szorc wrote:
> On 6/12/14, 2:07 PM, Armen Zambrano G. wrote:
> >Hello all,
> >I've recently been working on adding disabled tests into our tests.zip.
> >
> >There are some challenges that I have faced and I wonder what I ideas
> >others have to improve it.
> >
> >(I'm explicitly not going to go into a blue sky scenario where tests.zip
> >are not needed to begin with. If you prefer we can fork that thread as
> >it would specifically help the releng integration systems: less overhead
> >& network usage)
> >
> >== Local changes versus source code changes ==
> >For local testing, I make changes on the files out of the tests.zip and
> >then remember to put it back into my source tree.
> >
> >If I'm not careful, the changes can easily be lost or never make it back
> >into the source tree.
> >
> >== Faster tests.zip generation ==
> >Is there a faster way to generate a tests.zip than ./mach build and make
> >package-tests from the objdir?

While waiting for something better, maybe the following works:
./mach configure
./mach build export
./mach build package-tests

Mike
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to