Re: Test::Smoke and harness output

[email protected] (Bram) Sun, 10 Aug 2008 11:35:51 +0200
Newsgroups perl.perl5.porters,perl.daily-build
Message-ID <[email protected]>
Citeren Nicholas Clark <[email protected]>:

> On Sun, Aug 10, 2008 at 11:29:11AM +0200, Bram wrote:
>> Citeren Nicholas Clark <[email protected]>:
>
>> >By default, does Test::Smoke run the tests using ./TEST, and then only
>> >re-run
>> >with ./harness if tests fail? Or does it now use Test::Harness first tim=
e?
>>
>> That depends on the configuration of the smoke.
>>
>> During the configuration the question is asked:
>>
>> 'Use harness only (skip TEST)?'
>>
>> If you answer n then ./TEST is run and if there is a failure then
>> ./harness is run.
>> Smokes that are configured like this and run a blead smoke (with
>> Test::Smoke 1.33) will show FAIL(X) and the failures won't be visible.
>> (assuming there was a failure).
>>
>> If you answer y then only ./harness is run.
>> Smokes that are configured like this and run a blead smoke (with
>> Test::Smoke 1.33) will show PASS-so-far and the failures won't be
>> visible. (assuming there was a failure).
>
> Ah right. So anyone using harness can now enjoy the speed up from setting
> TEST_JOBS in their environment?

Correct.

Or if 'Extra options for Test::Harness 3 (HARNESS_OPTIONS)' during =20
smoke configuration is/was set to j5 (were 5 is the number of jobs)


Kind regards,

Bram