Skip to content

Commit adf7ec2

Browse files
committed
debug
1 parent 1935ce7 commit adf7ec2

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,10 @@ protected void createPV() throws Exception {
872872
String cmd =
873873
BaseTest.getProjectRoot()
874874
+ "/src/integration-tests/bash/krun.sh -m "
875+
// + BaseTest.getPvRoot()
876+
+ "/scratch:/scratch -c \"ls -ltr /scratch "
875877
+ BaseTest.getPvRoot()
876-
+ ":/scratch -c \"ls -ltr /scratch\"";
878+
+ "\"";
877879
logger.info("Check PVROOT by running " + cmd);
878880
ExecResult result = TestUtils.exec(cmd);
879881
logger.info("ls -ltr output " + result.stdout());

0 commit comments

Comments
 (0)