commenting main routine

git-svn-id: svn://10.0.0.236/trunk@110558 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2001-12-16 00:23:09 +00:00
parent 692fa0bfb6
commit ec1a72f5d0

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();
}
}