strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e296fc2
)
testing: Properly align numbers of succeeded and failed tests in overview page.
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 4 May 2011 15:12:33 +0000
(17:12 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 5 May 2011 08:29:52 +0000
(10:29 +0200)
testing/do-tests.in
patch
|
blob
|
history
diff --git
a/testing/do-tests.in
b/testing/do-tests.in
index
eafce0f
..
2c5c072
100755
(executable)
--- a/
testing/do-tests.in
+++ b/
testing/do-tests.in
@@
-716,11
+716,16
@@
done
#
cat >> $TESTRESULTSHTML << @EOF
#
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>
</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
</body>
</html>
@EOF