OpenJDK / aarch32-port / jdk9u / jdk
changeset 5803:da1436b21bc2
7195063: [TEST] jtreg flags com/sun/corba/cachedSocket/7056731.sh with Error failure.
Reviewed-by: chegar
author | coffeys |
---|---|
date | Fri, 31 Aug 2012 12:25:29 +0100 |
parents | bdfcc13ddeb4 |
children | 33f8ca2b4ba3 |
files | test/com/sun/corba/cachedSocket/7056731.sh |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/com/sun/corba/cachedSocket/7056731.sh Fri Aug 31 10:52:17 2012 +0200 +++ b/test/com/sun/corba/cachedSocket/7056731.sh Fri Aug 31 12:25:29 2012 +0100 @@ -115,5 +115,8 @@ exitCode=0 fi +#jtreg complaining about not being able to clean up; let's sleep +sleep 2 rm -rf out.$$ client.$$ +sleep 2 exit ${exitCode}