Skip to content

Commit 1935ce7

Browse files
committed
debug
1 parent 37b17fb commit 1935ce7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ protected void createPV() throws Exception {
876876
+ ":/scratch -c \"ls -ltr /scratch\"";
877877
logger.info("Check PVROOT by running " + cmd);
878878
ExecResult result = TestUtils.exec(cmd);
879-
879+
logger.info("ls -ltr output " + result.stdout());
880880
// k8s job mounts PVROOT /scratch/<usr>/wl_k8s_test_results to /scratch, create PV/PVC
881881
new PersistentVolume("/scratch/acceptance_test_pv/persistentVolume-" + domainUid, pvMap);
882882
}

0 commit comments

Comments
 (0)