-
Notifications
You must be signed in to change notification settings - Fork 32
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
Revert "cqfd: redirect command stderr to stdout" once again #125
base: master
Are you sure you want to change the base?
Revert "cqfd: redirect command stderr to stdout" once again #125
Conversation
Thanks, change is merged. Could we have a test to catch stderr management misbehaviors? |
I hesitated to make a test. I will do it. |
Thanks, this will help avoiding bringing this issue back to life every now and then :-) |
Well, writing tests is not that simple; and
This outputs the content of This is because a pseudo tty is allocated since From bash(1):
So I would need that change:
Note: I did it on dosh, my docker shell wrapper. |
This allows a better identification of when a pseudo tty should be allocated (see #125 for details).
I added the |
d55b763
to
cdbe563
Compare
Oops, it stops to work... I need to fix it. sorry for the noise.
EDIT; I have move the test file to the end; so I guess a test modifies the .cqfdrc file without restoring it. |
This tests for commit 0c938fd.
cdbe563
to
3e07156
Compare
@joufellasfl, it is done; is it what you expected? |
Hello, @joufellasfl any though on the tests? |
Ping? |
Is there any chance to consider these changes? |
This reverts commit 0cef50e once again.
The commit e8bc9af has mistakenly reverted the change ae5c830.