diff test/testemulation.py @ 353:b8ad45b3a573

Started with strings
author Windel Bouwman
date Sun, 09 Mar 2014 18:49:10 +0100
parents 899ae3aea803
children 5477e499b039
line wrap: on
line diff
--- a/test/testemulation.py	Sun Mar 09 11:55:55 2014 +0100
+++ b/test/testemulation.py	Sun Mar 09 18:49:10 2014 +0100
@@ -22,7 +22,8 @@
             '-nographic', '-kernel', kernel, '-monitor',
             'unix:qemucontrol.sock,server',
             '-serial', 'unix:qemuserial.sock,server']
-        p = subprocess.Popen(args)
+        p = subprocess.Popen(args, stdout=subprocess.DEVNULL,
+            stderr=subprocess.DEVNULL)
 
         # Give process some time to boot:
         time.sleep(0.5)