File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
integration-tests/src/test/resources Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,9 @@ function state_dump {
69
69
# use a run to archive PV, /sharedparent mounts to PV_ROOT in the K8S cluster
70
70
echo " Archiving pv directory using a kubernetes run. Look for it on k8s cluster in $PV_ROOT /acceptance_test_pv_archive"
71
71
local outfile=${DUMP_DIR} /archive_pv_run.out
72
- $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_ROOT } -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
72
+ $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR } -m " ${PV_ROOT} :/sharedparent" -c ' jar cf /sharedparent/pvarchive.jar /sharedparent/acceptance_test_pv' 2>&1 | tee ${outfile}
73
73
if [ " $? " = " 0" ]; then
74
- id
75
- $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_ROOT} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_ROOT /pvarchive.b64 2>&1
74
+ $SCRIPTPATH /krun.sh -t 300 -d ${RESULT_DIR} -m " ${PV_ROOT} :/sharedparent" -c ' base64 /sharedparent/pvarchive.jar' > $RESULT_ROOT /pvarchive.b64 2>&1
76
75
if [ " $? " = " 0" ]; then
77
76
base64 -di $RESULT_ROOT /pvarchive.b64 > $ARCHIVE
78
77
if [ " $? " = " 0" ]; then
You can’t perform that action at this time.
0 commit comments