On Mon, Mar 2, 2009 at 10:20 AM, Michael Peters <[email protected]> wrote:
> Matisse Enzer wrote:
>
>> It does do this. Right now I have 5 build steps defined:
>>
>> 1: ['/usr/bin/svn', 'checkout', '--revision', '37076',
>> '--non-interactive', 'https://svn.parrot.org/parrot/trunk', 'build']
>
> That should just pull the latest revision
>
>> 2: ['perl', 'Configure.pl']
>>
>> 3: ['make']
>>
>> 4: ['make', 'smoke']
>
> For some reason I though that "make smoke" now sent the results to smolder.

>From a recent Makefile:

smoke : smolder_test

... so that definitely should be happening.

> But looking at the Makefile that doesn't appear to be the case. Can you
> change that to ['make', 'smolder_test'] instead?
>
>> 5: ['grep', 'ok, 0 failed,', './smoke.html']
>
>> That last one, #5, is a hack, to find out if the build as a whole was
>> successful.
>
> Yeah, that's an ugly hack and it won't work for "make smolder_test". The
> attached patch for t/harness should allow "make smoke" to return a non-zero
> exit status when a test fails, so you don't even need #5.
>
> --
> Michael Peters
> Plus Three, LP
>
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>



-- 
Will "Coke" Coleda
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to