| 97 | } |
| 98 | |
| 99 | const InvokeResult BoostStep::invokeStepBody() { |
| 100 | static std::once_flag initialized; |
| 101 | std::call_once(initialized, BoostStep::initBoostTest); |
| 102 | |
| 103 | logInterceptor->reset(); |
| 104 | runWithMasterSuite(); |
| 105 | return logInterceptor->getResult(); |
| 106 | } |
| 107 | |
| 108 | void BoostStep::initBoostTest() { |
| 109 | int argc = 1; |