Changeset 2194
- Timestamp:
- 09/10/09 16:54:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/report.sh
r2186 r2194 89 89 <tr> 90 90 <td $TABLE_FONT>number of failures: $NUM_FAI/$NUM_TOT 91 <td $TABLE_FONT> installation elapsed time: $EL_INSTALL</td>91 <td $TABLE_FONT>execution elapsed time: $EL_RUN</td> 92 92 </tr> 93 93 </table> … … 134 134 <th $(echo $BODY_FONT)>Tolerance</th> 135 135 <th $(echo $BODY_FONT)>Test name</th> 136 <th $(echo $BODY_FONT)>Analysis type</th>137 <th $(echo $BODY_FONT)>Sub type</th>136 <th $(echo $BODY_FONT)>Analysis</th> 137 <th $(echo $BODY_FONT)>Subanalysis </th> 138 138 <th $(echo $BODY_FONT)>Qmu</th> 139 <th $(echo $BODY_FONT)> control</th>139 <th $(echo $BODY_FONT)>Control</th> 140 140 <th $(echo $BODY_FONT)>Control fit</th> 141 141 <th $(echo $BODY_FONT)>Parallel</th> … … 174 174 FONTL=$(echo "$BODY_FONTL $color") 175 175 echo $line | awk -v FONTC="$FONTC" -v FONTL="$FONTL" ' 176 { printf("<td %s>%s</td> <td %s>%s%s%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td><td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);}176 { printf("<td %s>%s</td>\n<td %s>%s%s%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>\n<td %s>%s</td>",FONTL,$1,FONTL,$3,$4,$5,FONTL,$7,FONTL,$9,FONTL,$11,FONTC,$13,FONTC,$15,FONTC,$17,FONTC,$19,FONTL,$21);} 177 177 '; 178 178 fi
Note:
See TracChangeset
for help on using the changeset viewer.