parent
94ca7c271f
commit
e8a5b83528
@ -123,7 +123,7 @@ def execute_to_log(cmd, logfile, timeout=-1,
|
|||||||
cmd += ' 2>&1'
|
cmd += ' 2>&1'
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
p = subprocess.Popen(
|
p = subprocess.Popen(
|
||||||
cmd, shell=True, stderr=subprocess.STDOUT)
|
cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
|
|
||||||
descriptors[p.stdout.fileno()] = dict(
|
descriptors[p.stdout.fileno()] = dict(
|
||||||
name='[output]',
|
name='[output]',
|
||||||
|
Loading…
Reference in New Issue
Block a user