Re: Test::Smoke and harness output
[email protected] (Bram) Sun, 10 Aug 2008 11:29:11 +0200
| Newsgroups | perl.perl5.porters,perl.daily-build |
|---|---|
| Message-ID | <[email protected]> |
Citeren Nicholas Clark <[email protected]>: > On Sun, Aug 10, 2008 at 11:19:20AM +0200, Abe Timmerman wrote: >> Hi All, >> >> This release "fixes" Test::Smoke wrt. the changed output of >> Test::Harness (which I really don't like!). > > 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 time? 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 =20 ./harness is run. Smokes that are configured like this and run a blead smoke (with =20 Test::Smoke 1.33) will show FAIL(X) and the failures won't be visible. =20 (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 =20 Test::Smoke 1.33) will show PASS-so-far and the failures won't be =20 visible. (assuming there was a failure). Everyone running a blead smoke should upgrade Test::Smoke. Kind regards, Bram