From a855af9544d0061cdc5627eedf9d867c4dc4d9d4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 4 May 2011 17:12:33 +0200 Subject: [PATCH] testing: Properly align numbers of succeeded and failed tests in overview page. --- testing/do-tests.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/testing/do-tests.in b/testing/do-tests.in index eafce0f83..2c5c07278 100755 --- a/testing/do-tests.in +++ b/testing/do-tests.in @@ -716,11 +716,16 @@ done # cat >> $TESTRESULTSHTML << @EOF + +      + + + Passed:$passed_cnt   + + + Failed:$failed_cnt   + -

- Passed:   $passed_cnt
- Failed:   $failed_cnt
-

@EOF