Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands don't seem to run if stdout isn't recorded #25

Open
ChrisTimperley opened this issue Oct 19, 2019 · 1 comment
Open

Commands don't seem to run if stdout isn't recorded #25

ChrisTimperley opened this issue Oct 19, 2019 · 1 comment
Labels
blocked-on-dependencies bug Something isn't working

Comments

@ChrisTimperley
Copy link
Owner

2019-10-19 13:01:15.940 | DEBUG    | dockerblade.shell:run:210 - executing command: test
 -e /bin/sh
2019-10-19 13:01:15.940 | DEBUG    | dockerblade.shell:_instrument:80 - instrumenting co
mmand: test -e /bin/sh
2019-10-19 13:01:15.940 | DEBUG    | dockerblade.shell:_instrument:85 - instrumented com
mand: /bin/sh -c 'test -e /bin/sh'
2019-10-19 13:01:16.124 | DEBUG    | dockerblade.shell:run:222 - retcode: None
2019-10-19 13:01:16.124 | DEBUG    | dockerblade.shell:run:236 - executed command: Compl
etedProcess(args='test -e /bin/sh', returncode=None, duration=0.18440936000024521, outpu
t=None)
-----------
@ChrisTimperley ChrisTimperley added the bug Something isn't working label Oct 19, 2019
@ChrisTimperley
Copy link
Owner Author

Caused by docker/docker-py#2450

ChrisTimperley added a commit that referenced this issue Oct 19, 2019
ChrisTimperley added a commit that referenced this issue Oct 19, 2019
* added workaround for #25

* fixed test_check_call

* added extra asserts to test_run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-on-dependencies bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant