We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67698d8 commit e708a78Copy full SHA for e708a78
src/integration-tests/bash/cleanup.sh
@@ -352,12 +352,14 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
352
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
353
$SCRIPTPATH/krun.sh -i store/oracle/weblogic:12.2.1.3 -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
354
[ "$?" = "0" ] || SUCCESS="1"
355
+ echo @@ SUCCESS=$SUCCESS
356
357
# Delete old test files owned by the current user.
358
359
echo @@ Deleting local $RESULT_DIR contents.
360
rm -fr $RESULT_ROOT/acceptance_test_tmp
361
362
363
364
echo @@ Deleting /tmp/test_suite.\* files.
365
rm -f /tmp/test_suite.*
0 commit comments