4 Sep
2013
4 Sep
'13
12:24 p.m.
On Wed, Sep 4, 2013 at 4:01 PM, Tom Kent
I've got it at a spot where I can run stuff manually now, but I'm not sure how to manually kickoff that test. Can you tell me what command would re-create the test manually?
I think you should be able to run tests by simply invoking b2 in the tests directory. I.e.: cd libs\log\test b2 --toolset=msvc-11.0 -j4 address-model=64 if the command line on the test stand info page [1] is accurate. This command won't check for timeout though. I'm not sure how to measure time from the command line on Windows. [1] http://www.boost.org/development/tests/trunk/teeks99-03d-win2008-64on64.html