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

2016-05-09 Thread Stephen Henson via RT
Support added now for VERBOSE and V.

Closing ticket,

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

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

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


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

2016-03-20 Thread noloa...@gmail.com via RT
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

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev