libtool-patches
[Top][All Lists]
Advanced

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

Re: bug reporting text


From: Peter O'Gorman
Subject: Re: bug reporting text
Date: Sat, 29 Jan 2005 22:04:48 +0900
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Ralf Wildenhues wrote:
* Peter O'Gorman wrote on Fri, Jan 28, 2005 at 11:26:38PM CET:

This should really be in another email, but do you think we need to change the bugreporting text in branch-1-5 too?


Yes, if possible.  I don't know how to do this cleanly, though (and I
really don't want to force users a recent Automake for 1.5).

Overriding check-am gives warnings and is not portable IIRC, adding
check-local is futile because it will not be run if check-TESTS failed
before (plus I don't know whether older Automaken support it).

Ah, I see, in that case, the only way I can see to do this is to have a test , say report-info.test that always gets put at the end of $TESTS and does not source defs, instead it is a simple script that says something like

#! /bin/sh
echo "If you wish to report a test group failure to the libtool list, you"
echo "need to send the verbose output of the FAILing group, along with the"
echo "information from the end of `$(top_builddir)/libtool --help' to the"
echo "bug report mailing list, <address@hidden>.  From a bourne"
echo "compatible shell, you can generate verbose test output like this:"
echo
echo "  VERBOSE=yes make check \"
echo "  TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \"
echo "  | tee cdemo-static-group.log"
echo
echo
exit 0

Kinda ugly though.

Peter
--
Peter O'Gorman - http://www.pogma.com




reply via email to

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