+ if [ $testnumber == 0 ]
+ then
+ FIRST="<b>Category:</b"
+ else
+ FIRST=" "
+ fi
+ echo " <tr><td>$FIRST</td><td><a href=\"$SUBDIR/index.html\">$SUBDIR</a></td></tr>" >> $INDEX
+ SUBTESTSINDEX=$TODAYDIR/$SUBDIR/index.html
+ cat > $SUBTESTSINDEX <<@EOF
+<html>
+<head>
+ <title>strongSwan $SUBDIR Tests</title>
+</head>
+<body>
+ <h2>strongSwan $SUBDIR Tests</h2>
+ <table border="0" cellspacing="2">
+ <tr valign="top">
+ <td><b>UML kernel: </b></td>
+ <td colspan="3">$KERNEL_VERSION</td>
+ </tr>
+ <tr valign="top">
+ <td><b>IPsec:</b></td>
+ <td colspan="3">$IPSEC_VERSION</td>
+ </tr>
+ <tr valign="top">
+ <td><b>Date:</b></td>
+ <td colspan="3">$TESTDATE</td>
+ </tr>
+ <tr>
+ <td width="100"> </td>
+ <td width="200"> </td>
+ <td width=" 50"> </td>
+ <td > </td>
+ </tr>
+ <tr align="left">
+ <th>Number</th>
+ <th>Test</th>
+ <th colspan="2">Result</th>
+ </tr>
+@EOF