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

Ability to redirect output of 'stack test' #1328

Closed
dredozubov opened this issue Nov 10, 2015 · 4 comments
Closed

Ability to redirect output of 'stack test' #1328

dredozubov opened this issue Nov 10, 2015 · 4 comments

Comments

@dredozubov
Copy link
Contributor

I'm encountering the following scenario with travis CI right now: 'stack test' takes a long time to finish and it redirects output to a log file. Travis kills process because it has no output for some time:

No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.

Am i missing something or there is currently no way of redirecting output from stack to a stdout? Wouldn't it be nice to have this?

@luigy
Copy link
Contributor

luigy commented Nov 10, 2015

I wonder if stack --verbose test would be enough for travis

Also, I've noticed that the verbosity in the output may be different depending if it is a multi-package project (less verbose than single-package)
for multi-package project you can try doing it individually:

stack test package
stack test otherpackage

@dredozubov
Copy link
Contributor Author

Good point, forgot to mention i was referring to the multi-package project!

@mgsloan mgsloan added this to the P2: Should milestone Nov 10, 2015
@borsboom
Copy link
Contributor

@dredozubov: This looks similar to #426. Would that solve your Travis problem?

@borsboom
Copy link
Contributor

Closing in favour of #426.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants