Skip to content

Commit e708a78

Browse files
committed
adding debug in cleanup.sh
1 parent 67698d8 commit e708a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/integration-tests/bash/cleanup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,14 @@ if [ "${DELETE_FILES:-true}" = "true" ]; then
352352
# $SCRIPTPATH/job.sh "rm -fr /scratch/acceptance_test_pv"
353353
$SCRIPTPATH/krun.sh -i store/oracle/weblogic:12.2.1.3 -m "${PV_ROOT}:/sharedparent" -c 'rm -fr /sharedparent/acceptance_test_pv'
354354
[ "$?" = "0" ] || SUCCESS="1"
355+
echo @@ SUCCESS=$SUCCESS
355356

356357
# Delete old test files owned by the current user.
357358

358359
echo @@ Deleting local $RESULT_DIR contents.
359360
rm -fr $RESULT_ROOT/acceptance_test_tmp
360361
[ "$?" = "0" ] || SUCCESS="1"
362+
echo @@ SUCCESS=$SUCCESS
361363

362364
echo @@ Deleting /tmp/test_suite.\* files.
363365
rm -f /tmp/test_suite.*

0 commit comments

Comments
 (0)