%% gk <[EMAIL PROTECTED]> writes: >> features/default_names .................................. >> *** Test died (features/default_names): test_driver.pl: 453: abort at >> test_drive >> r.pl line 638. >> >> ok (4 passed)
g> The problem appears to be with the test scripts rather than with g> make. Indeed, the test is dying, yet reporting success. Something g> is clearly amiss there. Yes this test is clearly incorrectly coded. The error() function is not appropriate to call from within a test like that. I suppose it's just worked for so long no one bothered to look at it. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
