testing: Properly align numbers of succeeded and failed tests in overview page.
This commit is contained in:
+9
-4
@@ -716,11 +716,16 @@ done
|
||||
#
|
||||
|
||||
cat >> $TESTRESULTSHTML << @EOF
|
||||
<tr>
|
||||
<td> </td><td> </td><td> </td><td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Passed:</b></td><td><b><font color="green">$passed_cnt</font></b></td><td> </td><td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Failed:</b></td><td><b><font color="red">$failed_cnt</font></b></td><td> </td><td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<b>Passed: <font color="green">$passed_cnt</font></b><br>
|
||||
<b>Failed: <font color="red">$failed_cnt</font></b><br>
|
||||
<p>
|
||||
</body>
|
||||
</html>
|
||||
@EOF
|
||||
|
||||
Reference in New Issue
Block a user