Default no_autoserv to False, since most clients are being run via
autoserv and thus can use autoserv packaging.

Risk: Low
Visibility: sysinfo installs should be lightweight again

Signed-off-by: John Admanski <jadmanski@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3638 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/autotest.py b/server/autotest.py
index 2bd1f89..cec499a 100644
--- a/server/autotest.py
+++ b/server/autotest.py
@@ -69,7 +69,7 @@
         self._install(host=host, autodir=autodir, no_autoserv=True)
 
 
-    def _install(self, host=None, autodir=None, no_autoserv=True):
+    def _install(self, host=None, autodir=None, no_autoserv=False):
         """
         Install autotest.  If get() was not called previously, an
         attempt will be made to install from the autotest svn