зеркало из https://github.com/mozilla/gecko-dev.git
better error message when no data file is found.
This commit is contained in:
Родитель
7baa72c607
Коммит
93dce4750e
|
@ -40,7 +40,7 @@ sub print_machines {
|
|||
}
|
||||
|
||||
sub show_graph {
|
||||
die "$TBOX is not a valid machine name"
|
||||
die "$TBOX: no data file found"
|
||||
unless -e $DATAFILE;
|
||||
|
||||
my $PNGFILE = "/tmp/gnuplot.$$";
|
||||
|
|
Загрузка…
Ссылка в новой задаче