]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Add compile errors
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log / Entry.pm
index a8abc12d250504802ab57a8ca1d3f988118b17d3..2c4aa3acb5cfc1bec533ddf6e673a08e5c80e642 100644 (file)
@@ -9,6 +9,10 @@ our $VERSION = '0.001';
 
 use constant TEMPLATES => {
        en => <<'HTML',
+Compiler output:
+<pre><tmpl_var errors></pre>
+
+Results:
 <table border>
 <thead>
 <tr><th>Test number<th>Result<th>Time
@@ -37,6 +41,7 @@ sub _generate{
 
        $htc->param(id => $id);
        $htc->param(tests => \@tests);
+       $htc->param(errors => job_errors $id)
 }
 
 1
This page took 0.020049 seconds and 4 git commands to generate.