On 06/08/2012 12:55 PM, Nishanth Aravamudan wrote: > diff --git a/client/shared/boottool.py b/client/shared/boottool.py > index 6a049e7..c852ee5 100644 > --- a/client/shared/boottool.py > +++ b/client/shared/boottool.py > @@ -49,8 +49,8 @@ class boottool(Grubby): > install_grubby_if_necessary() > Grubby.__init__(self, self.path) > self.instantiated = True > - except Exception: > - raise error.JobError("Unable to instantiate boottool") > + except Exception as e: > + raise error.JobError("Unable to instantiate boottool: %s" % > e) > > > def __getattr__(self, name):
ACK. _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest