allow to attach uncaptured output before not yet started tests (WEB-20806)

This commit is contained in:
Sergey Simonchik
2017-02-13 13:52:40 +03:00
parent b25ad9a266
commit 41e65293f9
@@ -135,6 +135,7 @@ public class GeneralIdBasedToSMTRunnerEventsConvertor extends GeneralTestEventsP
String nodeName = startedNodeEvent.getName();
SMTestProxy childProxy = new SMTestProxy(nodeName, suite, startedNodeEvent.getLocationUrl(), true);
childProxy.setTreeBuildBeforeStart();
TestProxyPrinterProvider printerProvider = myTestProxyPrinterProvider;
String nodeType = startedNodeEvent.getNodeType();
if (printerProvider != null && nodeType != null && nodeName != null) {