diff --git a/testing/do-tests.in b/testing/do-tests.in index eafce0f833..2c5c07278d 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