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