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

Command piping does not work #1

Open
whhone opened this issue Nov 2, 2017 · 0 comments
Open

Command piping does not work #1

whhone opened this issue Nov 2, 2017 · 0 comments

Comments

@whhone
Copy link
Owner

whhone commented Nov 2, 2017

Steps to reproduce:

$ ./retry.py -- echo "hello" | cat
hello
Running commands:  echo hello
Max # of attempts: 1024 times
Failed interval:   1 seconds

========== Attempt 1 Start ==========
Running: echo hello
STDOUT:
========== Attempt 1 Finished ==========
Return code: 0

Expected: Run echo hello | cat
Actual: Run echo hello

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

No branches or pull requests

1 participant