Request for review fix for JTreg test sun/nio/cs/Test4200310.sh
Pavel Tisnovsky
ptisnovs at redhat.com
Fri May 7 03:36:07 PDT 2010
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