Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

envoy 0.0.3 the problem of connect method #76

Open
heipark opened this issue Oct 21, 2015 · 0 comments
Open

envoy 0.0.3 the problem of connect method #76

heipark opened this issue Oct 21, 2015 · 0 comments

Comments

@heipark
Copy link

heipark commented Oct 21, 2015

import envoy

c = envoy.connect('echo 111 && sleep 1 && echo 222')
c.block()

print c.status_code,c.std_err,c.std_out

output:
0 None None

expect:
0 111 222

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant