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"
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"
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