mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
Tweak build report
This commit is contained in:
parent
43d120814c
commit
feff10c22c
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ sub parselog {
|
|||
if (/^([0-9.]+) --- Compiler build successfull ---$/) {$compilerok = "Built";}
|
||||
if (/^([0-9.]+) --- Library build successfull ---$/) {$libraryok = "Built";}
|
||||
if (/^([0-9.]+) --- Confidence tests passed ---$/) {$tests = "Passed";}
|
||||
if (/^([0-9.]+) --- Object file checksums match ---$/) {$checksum = "Match";}
|
||||
if (/^([0-9.]+) --- Object file checksums match ---$/) {$checksum = "Unchanged";}
|
||||
if (/^([0-9.]+) --- Object file checksum mismatch ---$/) {$checksum = "Changed";}
|
||||
if (/^([0-9.]+) --- Object files checksummed ---$/) {$checksum = "New";}
|
||||
}
|
||||
|
|
@ -130,7 +130,7 @@ my $col2 = 110;
|
|||
my $col3 = 200;
|
||||
my $col4 = 310;
|
||||
my $col5 = 400;
|
||||
my $col6 = 490;
|
||||
my $col6 = 480;
|
||||
my $col7 = 580;
|
||||
|
||||
svgtext($svg, $col1, 0, "#e0e0e0", "OS");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue