7195063: [TEST] jtreg flags com/sun/corba/cachedSocket/7056731.sh with Error failure

Reviewed-by: chegar
This commit is contained in:
Sean Coffey 2012-08-31 12:25:29 +01:00
parent 9f5d367ff9
commit 0c39548e00

View File

@ -115,5 +115,8 @@ else
exitCode=0 exitCode=0
fi fi
#jtreg complaining about not being able to clean up; let's sleep
sleep 2
rm -rf out.$$ client.$$ rm -rf out.$$ client.$$
sleep 2
exit ${exitCode} exit ${exitCode}