283383: Create JSS and JSSE client/server test programs that intercommunicates to validate ciphers.

Fix issue with testing optimized version
Wrong jar file was taken for test with BUILD_OPT=1
This commit is contained in:
christophe.ravel.bugs%sun.com 2005-04-03 00:24:58 +00:00
parent fdd90409e3
commit 28d7bfd55e

View File

@ -78,6 +78,7 @@ sub setup_vars {
my $jar_dbg_suffix = "_dbg";
my $dbg_suffix = "_DBG";
$ENV{BUILD_OPT} and $dbg_suffix = "";
$ENV{BUILD_OPT} and $jar_dbg_suffix = "";
$ENV{CLASSPATH} = "";
$ENV{$ld_lib_path} = "" if $truncate_lib_path;