[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jun 1 10:28:50 CDT 2011


branch "review" has been updated
       via  d9172a147942a97b2ec3677a6658ba63c791e116 (commit)
      from  fad8b4fa3e1607a21bfae453cf0219e9d30b64f5 (commit)

Summary of changes:
 lib/python/TestSuite.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit d9172a147942a97b2ec3677a6658ba63c791e116
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed Jun 1 10:28:48 2011 -0500

    change to move the output from system calls on just the testsuite so the console doesnt get cluttered.

diff --git a/lib/python/TestSuite.py b/lib/python/TestSuite.py
index a942d29..8f4c173 100644
--- a/lib/python/TestSuite.py
+++ b/lib/python/TestSuite.py
@@ -63,10 +63,10 @@ class utils():
             p = subprocess.Popen(
                 cmd,
                 bufsize=-1,
-                shell=False
-                #stdin=subprocess.PIPE,
-                #stdout=subprocess.PIPE,
-                #stderr=subprocess.PIPE
+                shell=False,
+                stdin=subprocess.PIPE,
+                stdout=subprocess.PIPE,
+                stderr=subprocess.PIPE
             )
             p.poll()
             if wait == True:

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list