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

diff --git a/client/bin/test.py b/client/bin/test.py
index 33f194c..c24b1d5 100644
--- a/client/bin/test.py
+++ b/client/bin/test.py
@@ -50,7 +50,7 @@ class test(common_test.base_test):
         # make sure this script will run with a new enough python to work
         cmd = ("python -c 'import sys; "
                "print sys.version_info[0], sys.version_info[1]'")
-        result = utils.run(cmd, ignore_status=True)
+        result = utils.run(cmd, ignore_status=True, verbose=False)
         if result.exit_status != 0:
             logging.warning('System python is too old, crash handling 
disabled')
             return
@@ -82,7 +82,6 @@ class test(common_test.base_test):
             except ValueError:
                 logging.warning('Could not find GDB installed. Crash handling '
                                 'will operate with limited functionality')
-            logging.debug('Crash handling enabled')
 
 
     def crash_handler_report(self):
-- 
1.7.7.1

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

Reply via email to