diff options
Diffstat (limited to 'testing/do-tests')
-rwxr-xr-x | testing/do-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests b/testing/do-tests index 8cb99410b..8380b8b06 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -191,7 +191,7 @@ do echo " <tr>" >> $INDEX echo " <td>$FIRST</td>">> $INDEX echo " <td><a href=\"$SUBDIR/index.html\">$SUBDIR</a></td>" >> $INDEX - echo " <td align=\"right\"></td>" >> $INDEX + echo " <td align=\"right\">x</td>" >> $INDEX echo " <td> </td>" >> $INDEX echo " </tr>" >> $INDEX SUBTESTSINDEX=$TODAYDIR/$SUBDIR/index.html |