commenting main routine

This commit is contained in:
mcafee%netscape.com 2001-12-16 00:23:09 +00:00
parent e16af41548
commit a8ab38a1d2

View File

@ -240,12 +240,15 @@ sub show_graph {
print "</body>\n";
}
if(!$TESTNAME) {
print_testnames($TBOX, $AUTOSCALE, $DAYS, $UNITS, $LTYPE, $POINTS);
} elsif(!$TBOX) {
print_machines($TESTNAME, $AUTOSCALE, $DAYS, $UNITS, $LTYPE, $POINTS);
} else {
show_graph();
# main
{
if(!$TESTNAME) {
print_testnames($TBOX, $AUTOSCALE, $DAYS, $UNITS, $LTYPE, $POINTS);
} elsif(!$TBOX) {
print_machines($TESTNAME, $AUTOSCALE, $DAYS, $UNITS, $LTYPE, $POINTS);
} else {
show_graph();
}
}