emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignoring test error


From: Philipp Stephani
Subject: Re: Ignoring test error
Date: Fri, 16 Jun 2017 17:12:13 +0000



Noam Postavsky <address@hidden> schrieb am Mo., 12. Juni 2017 um 19:04 Uhr:
On Mon, Jun 12, 2017 at 10:33 AM, Philipp Stephani
<address@hidden> wrote:
> after commit 94306c8b0d61a53b19dcee18475ea8692b001f5d 'make foo.log' in the
> test directory exits successfully even if the test fails. I don't think that
> is the best behavior, because the exit status is often used to determine
> whether any test has failed. Rather, 'make check' should use 'make -k' for
> the tests.

How about this? (my initial attempt of just making the 'check' recipe
do '@${MAKE} -k check-doit ...' ran into the problem that the summary
was skipped on test failure)


Yes, this patch works, thanks. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]