Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

chromatic (983)

chromatic
  (email not shown publicly)
http://wgz.org/chromatic/

Blog Information [technorati.com] Profile for chr0matic [technorati.com]

Journal of chromatic (983)

Saturday December 09, 2006
02:53 AM

Making make smoke Work Again

[ #31865 ]

Parrot (and I believe Pugs) has a very handy Makefile target; make smoke runs the tests, gathers the relevant information, and then uploads the results to a public server where interested people can see a pretty HTML report of successes and failures. This is very useful!

Unfortunately, a recent Test::Harness update broke some assumptions that Test::TAP::Model and Test::TAP::HTMLMatrix made about test results. Consequently, the tests for both modules failed and no one could install those modules and perform the smoke testing.

I fixed both tonight. RT has the patches (patch for Test::TAP::Model and patch for Test::TAP::HTMLMatrix ). Now go forth and submit your smokes. (I just fixed the last remaining error I saw in Parrot.)

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • I only noticed they were broken last night - and now they're fixed! Not even time to write an RT report. The interweb - it's like magic :-)
    • "Fixed" may not be completely accurate, but they work for me and anyone motivated enough to apply the patches themselves before the maintainers release new versions.