Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/bin/base_sysinfo.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/client/bin/base_sysinfo.py b/client/bin/base_sysinfo.py
index b376dfd..11e6972 100644
--- a/client/bin/base_sysinfo.py
+++ b/client/bin/base_sysinfo.py
@@ -127,7 +127,8 @@ class command(loggable):
             for f in (stdin, stdout, stderr):
                 f.close()
             if self._compress_log and os.path.exists(logf_path):
-                utils.system('gzip -9 "%s"' % logf_path, ignore_status=True)
+                utils.run('gzip -9 "%s"' % logf_path, ignore_status=True,
+                          verbose=False)
 
 
 class base_sysinfo(object):
-- 
1.7.7.1

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to