bug-automake
[Top][All Lists]
Advanced

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

Re: help me please


From: Ralf Wildenhues
Subject: Re: help me please
Date: Thu, 3 May 2007 08:43:21 +0200
User-agent: Mutt/1.5.15 (2007-04-13)

Hello Андрей,

* Андрей Аваков wrote on Tue, May 01, 2007 at 10:35:16PM CEST:
> В сообщении от 28 апреля 2007 03:52 вы написали:
> >
> > Thanks for the report.  Please rerun the testsuite and capture the
> > output, so you can find out which test failed (it will be preceded
> > by "FAIL:").  Then please rerun that one test verbosely, like this:
> >   cd tests
> >   env VERBOSE=yes make -e check TESTS=$test_that_failed.test
> >
> > Post all output of this last command.

> Hello Ralf,
> I made all what you say, and get:
> 
> root:/LFS# cd automake-1.9.6
> root:/LFS/automake-1.9.6# make check | grep FAIL
> XFAIL: auxdir2.test
> XFAIL: cond17.test
> XFAIL: txinfo5.test

Those are all ok: they are eXpected FAILures.  But your original report
said there was one unexpected failure.  I don't understand why it should
not show up now.

> root:/LFS/automake-1.9.6/tests# env VERBOSE=yes make -e check 
> TESTS=$auxdir2.test

Ah, this is a misunderstanding, sorry.  Please leave out the $ sign,
and you can type just like this for multiple tests:

  cd tests
  env VERBOSE=yes make -e check TESTS="auxdir2.test cond17.test txinfo5.test"

But if there are no tests that failed unexpectedly, there is no problem.

Cheers, and thanks,
Ralf




reply via email to

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