From 3367fa8b74950f53af389e0886eeebe61b2ba78a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 25 May 2007 11:33:49 +0000 Subject: [PATCH] fixed html output --- testing/do-tests | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/testing/do-tests b/testing/do-tests index d085a05a4..8cb99410b 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -188,7 +188,12 @@ do else FIRST=" " fi - echo " $FIRST$SUBDIR" >> $INDEX + echo " " >> $INDEX + echo " $FIRST">> $INDEX + echo " $SUBDIR" >> $INDEX + echo " " >> $INDEX + echo "  " >> $INDEX + echo " " >> $INDEX SUBTESTSINDEX=$TODAYDIR/$SUBDIR/index.html cat > $SUBTESTSINDEX <<@EOF @@ -616,14 +621,14 @@ cat >> $INDEX << @EOF   all - $all_cnt -   + $all_cnt +   Failed:   - $failed_cnt -   + $failed_cnt +