mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
allow to attach uncaptured output before not yet started tests (WEB-20806)
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user