fix to include java version info on rhino(i|ms|msi) engines

This commit is contained in:
rginda%netscape.com 2000-04-07 00:05:50 +00:00
parent 7c8bcb9a14
commit fc42f77598

View File

@ -299,7 +299,7 @@ sub write_results {
"Engine command line: $engine_command<br>\n" .
"OS type: $os_type<br>\n");
if ($opt_engine_type eq "rhino") {
if ($opt_engine_type =~ /^rhino/) {
open (JAVAOUTPUT, $opt_java_path . "java -fullversion " .
$redirect_command . " |");
print OUTPUT <JAVAOUTPUT>;