We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d4739 commit 415082fCopy full SHA for 415082f
system-test/src/test/java/oracle/weblogic/deploy/integration/ITWdt.java
@@ -512,6 +512,9 @@ public void testFDiscoverDomainWithRequiredArgument() throws Exception {
512
513
logger.info("executing command: " + cmd);
514
ExecResult result = ExecCommand.exec(cmd);
515
+ logger.info("DEBUG: result rc=" + result.exitValue());
516
+ logger.info("DEBUG: result stdout" + result.stdout());
517
+ logger.info("DEBUG: result stderr" + result.stderr());
518
519
verifyResult(result, "discoverDomain.sh completed successfully");
520
0 commit comments