We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mix test --max-cases=1
When running mix test --max-cases=1 flag, I get a stream of:
/Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe /Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe /Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe /Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe /Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe /Users/taylor/build/Lightning/test/support/runtime_per_line: line 27: echo: write error: Broken pipe
After the tests finish. They seem to be just fine while only using mix test
mix test
The text was updated successfully, but these errors were encountered:
midigofrank
Successfully merging a pull request may close this issue.
When running
mix test --max-cases=1
flag, I get a stream of:After the tests finish. They seem to be just fine while only using
mix test
The text was updated successfully, but these errors were encountered: