From 92e892c450a7377928e20ee4240bcbe4199ae13d Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 20 Jul 2016 12:25:41 +0100 Subject: [PATCH] Fix success colour and width of build status report. --- src/tools/make/buildall.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/make/buildall.pl b/src/tools/make/buildall.pl index 73a7e23f..7e059d05 100755 --- a/src/tools/make/buildall.pl +++ b/src/tools/make/buildall.pl @@ -157,7 +157,7 @@ sub colourfor { my ($str) = @_; if ($str eq "Failed") {return "#e03030";} if ($str eq "Changed") {return "#d0a030";} - return #60ff60; + return "#60ff60"; } my $rows = keys %status; @@ -166,7 +166,7 @@ my $width = 710; my $height = ($rows+2.2) * $lineheight; open(my $svg, ">build-status.svg") // die "Could not create build-status.svg."; -print $svg '\n"; print $svg '