File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,9 @@ public static void staticUnPrepare() throws Exception {
98
98
+ "/src/integration-tests/bash/cleanup.sh" ;
99
99
ExecResult result = ExecCommand .exec (cmd );
100
100
if (result .exitValue () != 0 ) {
101
- logger .info ("FAILED: command to call cleanup script failed " + cmd + result .stderr ());
101
+ logger .info ("FAILED: command to call cleanup script " + cmd + " failed " + result .stderr ());
102
102
}
103
+ logger .info ("Command " + cmd + " returned " + result .stdout () + "\n " + result .stderr ());
103
104
}
104
105
logger .info ("SUCCESS" );
105
106
}
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ integration-test-java:
259
259
$WERCKER_SOURCE_DIR/src/integration-tests/bash/lease.sh -o "$LEASE_ID" -t $((100 * 60))
260
260
echo @@
261
261
262
- export HOST_PATH="/scratch"
262
+ export HOST_PATH="/scratch/wl_k8s_java_test_results "
263
263
export PV_ROOT=$HOST_PATH
264
264
export RESULT_ROOT="$WERCKER_OUTPUT_DIR/k8s_dir"
265
265
mkdir -m 777 -p $RESULT_ROOT
You can’t perform that action at this time.
0 commit comments