[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Output of the build process
From: |
Ralf Wildenhues |
Subject: |
Re: Output of the build process |
Date: |
Wed, 29 Nov 2006 16:24:14 +0100 |
User-agent: |
Mutt/1.5.13 (2006-11-01) |
Hello Dieter,
* Jurzitza, Dieter wrote on Wed, Nov 29, 2006 at 04:13:10PM CET:
> when building and especially testing automake, tons of messages are
> output,
You should be able to avoid all that output by not setting VERBOSE.
Typically, all you will see with a plain 'make check' is:
PASS: testabc
PASS: testxyz
XFAIL: testfoobar
...
The spurious FAIL outputs you get when verbosely running check4.test
originate in the fact that the check4 test tests testsuites: it ensures
that failing tests are marked as such, for example. So that output is
there on purpose, so to say.
If you get verbose output on 'make -e check', then consider unsetting
the environment variable VERBOSE.
Hope that helps.
Cheers,
Ralf