-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Running tests on local through stack
fails
#96
Comments
Worth mentioning that |
This is really weird 🤔 Not sure what happens here though. More investigation is required 🕵🏻 |
Not that weird.I knew those tests were brittle as they make assumptions about the terminal environment of the test runner The alternative is replicating the terminal property check in the test, or checking the environment I'd like to have a look myself, don't think I'll find the time this week |
seems stack "turns off" stdin during test: added a
when running (also here ) cabal just nicely asks for input and continues. I would say the correct solution is to treat |
nope. doesn't work . setting
|
ok. fixed in stack 2.9.3
i think we can close it. |
@martinhelmer Thanks for finding the relevant |
For once my lazyness paid off 👍 |
I have run tests in my machine through
stack test
and the test for interactive check fails:The text was updated successfully, but these errors were encountered: