-
Notifications
You must be signed in to change notification settings - Fork 185
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
tty normal
normal tests fails for me on Fedora mockbuild
#687
Comments
In the build env, the output is going to a log file. It might be that's why we are getting file. Is there a way to skip single tests? |
It happens as part of the rpmbuild process inside of Try running the test and redirect the output (stdout, stderr) to a file):
The problem is It would be nice disable/skip only certain tests. I can comment out the test for now. |
I see. To be fair the test does make an assumption (that standard output is a TTY) which indeed isn't always right, I wonder if it is worth removing that assumption entirely. Implementing skipping individual tests shouldn't be hard, seems like we already skip tests that require a sufficient libuv version. |
I've tried to update the Fedora lua-luv package to the latest version but the
tty normal
test fails inassert(stype == uv.guess_handle(0))
.I added some debug printing:
The text was updated successfully, but these errors were encountered: