Skip to content

cabal test should display test execution environment #2554

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

Closed
ttuegel opened this issue Apr 24, 2015 · 2 comments
Closed

cabal test should display test execution environment #2554

ttuegel opened this issue Apr 24, 2015 · 2 comments

Comments

@ttuegel
Copy link
Member

ttuegel commented Apr 24, 2015

As noted in #2058, cabal test uses showCommandForUser, but what we really want is showCommandEnvForUser.

@psibi
Copy link

psibi commented May 24, 2015

@ttuegel Is showCommandEnvForUser already implemented ? Also I don't see cabal test using showCommandForUser using anywhere. The testAction method doesn't seem to be implemented using it.

@ttuegel
Copy link
Member Author

ttuegel commented May 24, 2015

Actually, this is already fixed and I forgot to close it. cabal test runs the executable with rawSystemIOWithEnv which prints the command and environment.

@ttuegel ttuegel closed this as completed May 24, 2015
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

2 participants