[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.10.1 unit test failures
From: |
Ralf Wildenhues |
Subject: |
Re: automake-1.10.1 unit test failures |
Date: |
Tue, 7 Oct 2008 22:04:09 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Alexander,
Thanks for the bug report.
* Alexander Martens wrote on Tue, Oct 07, 2008 at 08:32:34AM CEST:
> In a RHEL5.2, when running automake's unit tests, I get 7 failures, at
>
> FAIL: instsh2.test
> FAIL: txinfo3.test
> FAIL: txinfo16.test
> FAIL: txinfo18.test
> FAIL: txinfo21.test
> FAIL: txinfo22.test
> FAIL: version7.test
>
> =====================================
> 7 of 555 tests failed
> (59 tests were not run)
Interesting. Can you post the verbose test output, like so:
cd tests
make check VERBOSE=yes \
TESTS="instsh2.test txinfo3.test txinfo16.test txinfo18.test \
txinfo21.test txinfo22.test version7.test"
The first of those tests produces a lot of output, so be sure to catch
it (both stdout and stderr together) somewhere. Also, what versions of
autoconf, m4, and makeinfo do you have installed?
Thanks,
Ralf