mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
commenting main routine
This commit is contained in:
parent
e16af41548
commit
a8ab38a1d2
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user