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 {
96
96
local outfile=${DUMP_DIR} /archive_pv_job.out
97
97
98
98
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}"
100
100
$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}
101
101
if [ " $? " = " 0" ]; then
102
102
# 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 {
119
119
fi
120
120
else
121
121
# command failed
122
+ echo Run failed
122
123
cat $RESULT_DIR /pvarchive.b64 | head -100
123
124
fi
124
125
# rm $RESULT_DIR/pvarchive.b64
You can’t perform that action at this time.
0 commit comments