Skip to content
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

cannot redirect output expresso with coverage #147

Open
nalply opened this issue Oct 28, 2011 · 0 comments
Open

cannot redirect output expresso with coverage #147

nalply opened this issue Oct 28, 2011 · 0 comments

Comments

@nalply
Copy link

nalply commented Oct 28, 2011

$ expresso
... coverage output ...

but if I want to redirect the coverage report to coverage.txt, the file contains only the usual expresso report that all tests worked fine:

$ expresso > coverage.txt 2>&1
$ cat coverage.txt

100% 11 tests

Consider for example:

$ node -v; node -e 'process.stdout.write("test\n")' > out; cat out
v0.5.10
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant