File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ function state_dump {
9696 local outfile=${DUMP_DIR} /archive_pv_job.out
9797
9898 if [ " $JENKINS " = " true" ] || [ " $SHARED_CLUSTER " = " true" ]; then
99- echo " Running $SCRIPTPATH /krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT} :/sharedparent -c 'jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile} "
99+ # echo "Running $SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT}:/sharedparent -c 'jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}"
100100 $SCRIPTPATH /krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
101101 if [ " $? " = " 0" ]; then
102102 # echo "Running $SCRIPTPATH/krun.sh -i openjdk:11-oracle -t 300 -d ${RESULT_DIR} -m ${PV_ROOT}:/sharedparent -c 'base64 /sharedparent/pvarchive.jar' > $RESULT_DIR/pvarchive.b64 2>&1"
@@ -119,6 +119,7 @@ function state_dump {
119119 fi
120120 else
121121 # command failed
122+ echo Run failed
122123 cat $RESULT_DIR /pvarchive.b64 | head -100
123124 fi
124125 # rm $RESULT_DIR/pvarchive.b64
You can’t perform that action at this time.
0 commit comments