Skip to content

Commit c94a417

Browse files
author
Tom Barnes
committed
Add more debugging output to integration tests.
1 parent de69f07 commit c94a417

File tree

1 file changed

+1
-0
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ private void callShellScriptByExecToPod(
992992
.append(clusterName)
993993
.append("'");
994994
logger.info("Command to call kubectl sh file " + cmdKubectlSh);
995+
ExecResult result = ExecCommand.exec(cmdKubectlSh.toString());
995996
String resultStr =
996997
"Command= '"
997998
+ cmdKubectlSh

0 commit comments

Comments
 (0)