Skip to content

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.

2 participants