File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator
src/integration-tests/bash Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public static void initialize(String appPropsFile) throws Exception {
189
189
if (System .getenv ("JENKINS" ) == null ) {
190
190
logger .info ("Creating PVROOT " + pvRoot );
191
191
Files .createDirectories (Paths .get (pvRoot ));
192
- ExecResult result = ExecCommand .exec ("chmod 777 " + pvRoot );
192
+ ExecResult result = ExecCommand .exec ("chmod -R 777 " + pvRoot );
193
193
if (result .exitValue () != 0 ) {
194
194
throw new RuntimeException (
195
195
"FAILURE: Couldn't change permissions for PVROOT " + result .stderr ());
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ script="${BASH_SOURCE[0]}"
311
311
scriptDir=" $( cd " $( dirname " ${script} " ) " > /dev/null 2>&1 ; pwd -P) "
312
312
source $PROJECT_ROOT /kubernetes/internal/utility.sh
313
313
314
- echo " @@ RESULT_ROOT=$RESULT_ROOT TMP_DIR=$TMP_DIR RESULT_DIR=$RESULT_DIR PROJECT_ROOT=$PROJECT_ROOT "
314
+ echo " @@ RESULT_ROOT=$RESULT_ROOT TMP_DIR=$TMP_DIR RESULT_DIR=$RESULT_DIR PROJECT_ROOT=$PROJECT_ROOT PV_ROOT= $PV_ROOT "
315
315
316
316
mkdir -p $TMP_DIR || fail No permision to create directory $TMP_DIR
317
317
You can’t perform that action at this time.
0 commit comments