Request for review fix for JTreg test sun/nio/cs/Test4200310.sh
Pavel Tisnovsky
ptisnovs at redhat.com
Fri May 7 03:39:03 PDT 2010
I'm very sorry, I forget to mention that webrev is here:
http://cr.openjdk.java.net/~ptisnovs/JTreg_Test4200310/
Pavel Tisnovsky wrote:
> Hi,
>
> please review fix for JTreg test sun/nio/cs/Test4200310.sh. I fixed two
> issues (one minor and one major):
>
> 1) redirection from error stream to output stream should be written as
> 2>&1 not 2>1 (second redirection creates new file "1" and the errors are
> not written to JTreg log)
> 2) there are some "common" files in all jar-files, for example META-INF
> and so on. I tried to filter these files through grep so these files
> will not be counted as duplicates.
>
> Cheers
> Pavel T.
More information about the jdk6-dev
mailing list