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

Reply via email to