-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
nohup: improve test coverage #5858
nohup: improve test coverage #5858
Conversation
954cbd8
to
dd201d2
Compare
CI/CD reported +15.46% testcoverage for nohup.rs :-) |
dd201d2
to
385c719
Compare
385c719
to
37fbdf3
Compare
I don't know whether you have seen that the test fails on FreeBSD/macOS? |
thanks for pointing out. there are so many unrelated error currently that it gets difficult to see the real issues |
GNU testsuite comparison:
|
1 similar comment
GNU testsuite comparison:
|
it seems that the improvements done in #5869 helped to solve the issue with FreeBSD. I guess it's the spawning of reader threads for the master side of the pty output. So I would then close this pull request, if the other gets accepted. |
c43d85e
to
4f47ed2
Compare
closed in favor of #5869 |
as requested in #1857
I was able to simulate a terminal such that we can test the code in function "replace_fds"
EDIT: this PR is probably replaced by this: #5869