
Is there a way to get Boost.Test to spit out the seed it uses for randomizing the test case order? log_level=test_suite is too noisy. I basically want seed + normal output. Thanks, Sohail

"Sohail Somani" <s.somani@fincad.com> wrote in message news:1182994124.1589.82.camel@dev-tk-ss.dvl.financialcad.com...
Is there a way to get Boost.Test to spit out the seed it uses for randomizing the test case order? log_level=test_suite is too noisy. I basically want seed + normal output.
log_level=message should be enough. Gennadiy

-----Original Message----- Subject: Re: [Boost-users] [Test] Random seed "Sohail Somani" <s.somani@fincad.com> wrote in message news:1182994124.1589.82.camel@dev-tk-ss.dvl.financialcad.com...
Is there a way to get Boost.Test to spit out the seed it uses for randomizing the test case order? log_level=test_suite is too noisy. I basically want seed + normal output.
log_level=message should be enough. Gennadiy -----End Original Message----- Thanks for your response. Its still too noisy due to copious use of BOOST_MESSSAGE Is it possible to get the seed from somewhere in the test suite initialization? Thanks, Sohail
participants (2)
-
Gennadiy Rozental
-
Sohail Somani