From: Jeff King <peff@peff.net>
To: Jeffrey Walton <noloader@gmail.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: How to see raw output from 'make test'?
Date: Thu, 7 Mar 2019 00:59:31 -0500 [thread overview]
Message-ID: <20190307055931.GA20646@sigill.intra.peff.net> (raw)
In-Reply-To: <CAH8yC8nP+bDQZXHbn+GdVsEEMRYzC45pViYOcB2_FpbYK4nmqQ@mail.gmail.com>
On Thu, Mar 07, 2019 at 12:35:58AM -0500, Jeffrey Walton wrote:
> I built Git 2.2.0 from sources. I added CFLAGS="-DNDEBUG -g2 -O1
> -fsantize=undefined'. Then, a 'make test V=1'. The tests don't produce
> output. For example:
>
> *** t0021-conversion.sh ***
> ok 1 - setup
> [...]
Try:
make test GIT_TEST_OPTS=-v
Or if you have a specific test that's failing, you can just do:
make
cd t
./t0021-conversion.sh -v -i
(the "-i" will stop at the failing test).
-Peff
prev parent reply other threads:[~2019-03-07 5:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-07 5:35 How to see raw output from 'make test'? Jeffrey Walton
2019-03-07 5:59 ` Jeff King [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190307055931.GA20646@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=noloader@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).