Show full platform name

This commit is contained in:
Sylvain Pion 2007-12-27 20:06:26 +00:00
parent 9c7673b6f3
commit bdb221cd13
1 changed files with 2 additions and 1 deletions

View File

@ -330,7 +330,8 @@ EOF
foreach $pf (@platforms_to_do) {
print OUTPUT "<TR>\n<TD>$pf_no\n";
$pf_no++;
my $pf_short = join('_',parse_platform_2($pf));
# my $pf_short = join('_',parse_platform_2($pf));
my $pf_short = $pf;
print OUTPUT "<TD NOWRAP>$pf_short\n";
if (open (PLATFORM_INFO, "results_${pf}.info")) {
$_ = <PLATFORM_INFO>;