Change autotest to not log Autotest.install

Signed-off-by: Darren Kuo <[email protected]>

--- autotest/server/autotest.py 2010-06-23 16:47:45.000000000 -0700
+++ autotest/server/autotest.py 2010-06-23 16:47:45.000000000 -0700
@@ -117,12 +117,10 @@
                 ', '.join(client_autodir_paths))
 
 
-    @log.record
     def install(self, host=None, autodir=None):
         self._install(host=host, autodir=autodir)
 
 
-    @log.record
     def install_full_client(self, host=None, autodir=None):
         self._install(host=host, autodir=autodir, use_autoserv=False,
                       use_packaging=False)
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to