algairim commented on a change in pull request #1161:
URL: https://github.com/apache/brooklyn-server/pull/1161#discussion_r613428437



##########
File path: 
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/AbstractWindowsYamlTest.java
##########
@@ -67,7 +67,7 @@ protected void assertStreams(SoftwareProcess entity, 
Map<String, List<String>> s
 
             String stdin = getStreamOrFail(subTask, 
BrooklynTaskTags.STREAM_STDIN);
             String stdout = getStreamOrFail(subTask, 
BrooklynTaskTags.STREAM_STDOUT);
-            String stderr = getStreamOrFail(subTask, 
BrooklynTaskTags.STREAM_STDERR);
+            String stderr = getStream(subTask, BrooklynTaskTags.STREAM_STDERR);

Review comment:
       stderr is optional in WinRM, same as env.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to