Skip to content

Commit 4977581

Browse files
committed
Syncup with develop branch again after a merge jenkins-ignore
1 parent 8936ea0 commit 4977581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITElasticLogging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private static String execElasticStackStatusCheck(String indexName, String varLo
286286
.toString();
287287
logger.info("Command to exec Elastic Stack status check: " + cmd);
288288
ExecResult result = TestUtils.exec(cmd);
289-
logger.info(result.stdout());
289+
logger.info("Results: " + result.stdout());
290290

291291
return result.stdout();
292292
}

0 commit comments

Comments
 (0)