[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change the behaviour of "make check"?
From: |
Eric Siegerman |
Subject: |
Re: how to change the behaviour of "make check"? |
Date: |
Wed, 17 Sep 2003 15:49:21 -0400 |
User-agent: |
Mutt/1.2.5i |
On Wed, Sep 17, 2003 at 11:28:44AM -0600, Ireneusz SZCZESNIAK wrote:
> But I only want "make" to ignore errors from running tests, not all
> errors.
Try something like:
make && make -k check
The first one builds, and dies on any error. The second one,
which only runs if the first one succeeded, runs the tests
while ignoring errors.
--
| | /\
|-_|/ > Eric Siegerman, Toronto, Ont. address@hidden
| | /
When I came back around from the dark side, there in front of me would
be the landing area where the crew was, and the Earth, all in the view
of my window. I couldn't help but think that there in front of me was
all of humanity, except me.
- Michael Collins, Apollo 11 Command Module Pilot
- how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/15
- Re: how to change the behaviour of "make check"?, Bernd Jendrissek, 2003/09/16
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/17
- Re: how to change the behaviour of "make check"?, Thien-Thi Nguyen, 2003/09/17
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/17
- Re: how to change the behaviour of "make check"?, Thien-Thi Nguyen, 2003/09/17
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/17
- Re: how to change the behaviour of "make check"?, Raja R Harinath, 2003/09/17
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/19
- Re: how to change the behaviour of "make check"?,
Eric Siegerman <=
- Message not available
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/17
- Message not available
- Re: how to change the behaviour of "make check"?, Ireneusz SZCZESNIAK, 2003/09/17