libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix --verbose option and add new --no-silent option


From: Charles Wilson
Subject: Re: [PATCH] Fix --verbose option and add new --no-silent option
Date: Fri, 21 Nov 2008 13:03:10 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18 Mnenhy/0.7.5.666

Charles Wilson wrote:
> Ralf Wildenhues wrote:
>> Hi Charles,
>>
>> * Charles Wilson wrote on Sat, Nov 15, 2008 at 10:40:26AM CET:
>>> * libltdl/config/ltmain.m4sh (usage): Document
>>> new --no-silent/--no-quiet options. Spacing changes.
>>> (func_enable_tag): Handle --no-silent/--no-quiet options.
>>> Modified --verbose to actually activate opt_verbose.
>>> New behavior: --silent disables both "normal" output and
>>> func_verbose output.  --verbose enables both "normal"
>>> output and func_verbose output. --no-silent enables
>>> "normal" output, but does not affect func_verbose output.
>>> Okay to push?
>> This requires a NEWS entry, and libtool.texi update.
>> Ideally it should also have a quick functionality test.
> 
> Attached, all but functionality test.

Any ideas how a functionality test should be structured, in order to
exercise the three effective verbosity modes?

                      normal      verbose
         (default)      ON          OFF
         --silent       OFF         OFF
         --verbose      ON          ON

(there really isn't any way to have "verbose" output without "normal"
output).  Might also want to verify that:

   --silent --no-silent

(in that order) restores default behavior.

--
Chuck






reply via email to

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