| 303 | } |
| 304 | |
| 305 | bool OSRunner::registerInfo(const std::string& message) { |
| 306 | m_result.addStepInfo(message); |
| 307 | if (m_registerMsgAlsoLogs) { |
| 308 | LOG(Info, message); |
| 309 | } |
| 310 | return true; |
| 311 | } |
| 312 | |
| 313 | void OSRunner::registerAsNotApplicable(const std::string& message) { |
| 314 | m_result.setStepResult(StepResult::NA); |