Skip to content

Commit a5eda32

Browse files
committed
adding debg
1 parent 1447f70 commit a5eda32

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ private void generateInputYaml() throws Exception {
314314
sb.append(generatedInputYamlFile);
315315
logger.info("Invoking " + sb.toString());
316316
ExecCommand.exec(sb.toString());
317+
318+
String content = new String(Files.readAllBytes(Paths.get(generatedInputYamlFile)));
319+
logger.info("Content of weblogic-operator-values.yaml \n" + content);
317320
}
318321

319322
private void runCommandInLoop(String command) throws Exception {

0 commit comments

Comments
 (0)