On Sunday 20 May 2007 15:45:57 James Keenan wrote: > The patch attached reflects the approach we've been taking over the > last half-year or so in testing the Perl 5 components of Parrot. > Feedback encouraged.
Instead of printing "done" at the end of code, the *_output_*() test functions now check that Parrot's exit code is zero. This prevents the test suite from eating segfaults, as it used to. If you want to test that Parrot exits with an error given buggy code, use the *_error_output_* functions. -- c
