Home | History | Annotate | Download | only in etc

Lines Matching refs:report

106 #   - append the result to the report.html file (table form)
109 # - close the report file and cat its path to stdout
150 report=$BASEDIR/report.html
152 rm -f $report
166 echo $pre_report > $report
267 # if ok -> green report line else red report with info between mkdxc_start and stop
272 echo "<tr class=\"ok\"><td>Success</td><td>$jtitle</td><td>$jcomment</td><td>$details</td></tr>" >> $report
277 echo "<tr class=\"wok\"><td>Warning</td><td>$jtitle</td><td>$jcomment</td><td>Special behavior regarding VerifyError</td></tr>" >> $report
287 echo -n "<tr class=\"nok\"><td>Verifier failure</td><td>$jtitle</td><td>$jcomment</td><td>$vmres</td></tr>" >> $report
292 echo -n "<tr class=\"nok\"><td>Functional failure</td><td>$jtitle</td><td>$jcomment</td><td>$vmres</td></tr>" >> $report
308 echo "</table>" >> $report
311 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
315 echo "<br>Tests run: ${jallcnt}" >> $report
316 echo "<br>Functional failures: ${jfailedcnt}" >> $report
317 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
318 echo "<br>Warnings: ${jwarningcnt}" >> $report
320 echo $post_report >> $report
340 echo "Please see complete report in ${report}"