[1674] in Kerberos_V5_Development
Re: testing
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Fri Aug 30 00:21:24 1996
Date: Fri, 30 Aug 1996 00:21:18 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: raeburn@cygnus.com
Cc: tlyu@MIT.EDU, tytso@MIT.EDU, krbdev@MIT.EDU
In-Reply-To: <tx16861ocuh.fsf@cygnus.com> (message from Ken Raeburn on 29 Aug
1996 21:55:02 -0400)
> The problem is, make -k rarely DTRT with subdirectories.
This is news to me. We used gmake -k at OV for our building and
testing and it always worked fine; we never implemented any special
hacks for itthat I am aware of. I thought -k was a common option on
standard makes, too.
If make -k doesn't work, then another solution is to change dejagnu
(or create a command-line arg) so that it exits with status zero even
when tests fail (after all, just because a test failed doesn't mean
that dejagnu did not execute succesfully). It would print a warning
(preceeded by *** perhaps), and the dejagnu summary would still list
the # of failures, which would be picked up by the summary-generating
perl script.
This would seem to be less effort than merging all the tests into a
single execution.
BArry