[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 29 16:42:12 CDT 2011


branch "review" has been updated
       via  9fdb4c1f24ac10b46379accbecb7eb9b86f344b6 (commit)
      from  b56ff0b18f0d1b218300bdb58116e7c1fcf582cc (commit)

Summary of changes:
 remote.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 9fdb4c1f24ac10b46379accbecb7eb9b86f344b6
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed Jun 29 16:42:10 2011 -0500

    ugg . . stupid small mistake in the remote client I had no intention of pushing. Basically, I had tried to use a process.close to flush a child, but that does not work with the vast array of stuff we are doing, so I had to stick with term.

diff --git a/remote.py b/remote.py
index 5f6219e..e0bd0cf 100755
--- a/remote.py
+++ b/remote.py
@@ -120,7 +120,6 @@ class RemoteManagement(object):
             if not p.returncode == None and wait == False:
                 return {'success':False,"msg":"[run] Could not execute '%s'." % ' '.join(execCmd)}
             elif not p.returncode == None and wait == True:
-                p.close()
                 return {'success':True, 'returncode':p.returncode}
         else:
             return {'success':False,"msg":"[run] FAILED TO EXECUTE '%s', it must exist and be executable" % ' '.join(execCmd)}

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


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list