Remove output from packages.checksum echo. This is an interim step to cleaning up verbose logs in general
Signed-off-by: Scott Zawalski <scottz@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@3290 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/common_lib/packages.py b/client/common_lib/packages.py
index b7872ad..ac3cb94 100644
--- a/client/common_lib/packages.py
+++ b/client/common_lib/packages.py
@@ -165,6 +165,7 @@
'''
new_dargs = dict(run_function_dargs)
new_dargs.update(_run_command_dargs)
+ new_dargs.update({'verbose' : False})
return run_function(command, *_run_command_args,
**new_dargs)