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

All test suites run even when only one is requested #1550

Merged
merged 2 commits into from
Dec 21, 2015
Merged

All test suites run even when only one is requested #1550

merged 2 commits into from
Dec 21, 2015

Conversation

DaveCTurner
Copy link
Contributor

In a previous version of stack, running

stack test my-project:test:test-suite-1

would only run test-suite-1. The behaviour now seems to be to run all test suites.

Furthermore, running

stack clean
stack test my-project:test:test-suite-1

only seems to build the given test suite but then attempts to run them all, and obviously the rest of them fail with executable not found.

@DaveCTurner
Copy link
Contributor Author

This seems to work, although it's quite a local change so may have wider consequences?

@mgsloan
Copy link
Contributor

mgsloan commented Dec 21, 2015

LGTM, thanks!

mgsloan added a commit that referenced this pull request Dec 21, 2015
All test suites run even when only one is requested
@mgsloan mgsloan merged commit 189d677 into commercialhaskell:master Dec 21, 2015
@DaveCTurner DaveCTurner deleted the issue-1550 branch December 28, 2015 09:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants