diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-08 07:10:00 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-06-08 07:10:00 +0000 |
commit | ed1813ff6f4e6bbef9467d13f9b148afc7dbaa3c (patch) | |
tree | 5bed114454c739a20c615151510d480615aab211 /testing/do-tests | |
parent | 0b455e2e7b68a2147ff430f0f4cd74325051104e (diff) | |
download | strongswan-ed1813ff6f4e6bbef9467d13f9b148afc7dbaa3c.tar.bz2 strongswan-ed1813ff6f4e6bbef9467d13f9b148afc7dbaa3c.tar.xz |
added x as a wildcard for number of tests
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 |