[openssl-dev] [openssl.org #4462] FEATURE: enable 'make test' to respond to 'V=1' or 'VERBOSE=1'

noloader@gmail.com via RT rt at openssl.org
Mon Mar 21 02:31:47 UTC 2016


INSTALL details the way to obtain verbose output is with:

     HARNESS_VERBOSE=yes make test

That is kind of non-standard for autotools, cmake and kbuild users.
Users of those tools (including various OpenSSL package maintainers)
are accustomed to output being sometimes hidden from them, and they
normally react with:

    make test V=1

Or:

    make test VERBOSE=1

Please consider enabling the build system to respond to both 'V=1' and
'VERBOSE=1'.

It will save a bunch of mailing list questions and miscellaneous noise.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4462
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list