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

suppress scalacheck output when running only scalatest tests #212

Closed
fommil opened this issue Dec 19, 2015 · 1 comment
Closed

suppress scalacheck output when running only scalatest tests #212

fommil opened this issue Dec 19, 2015 · 1 comment

Comments

@fommil
Copy link

fommil commented Dec 19, 2015

this may be an sbt problem, but when I run something like

core/it:test-only *SearchServiceSpec -- -z "refresh files that have changed"

(which only matches scalatest tests) then I get this in the output

[info] ScalaCheck
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
[info] Warning: Unknown ScalaCheck args provided: -z refresh files that have changed

I'd like to suppress scalacheck output here please.

Full sources for reproduction at https://github.com/fommil/ensime-server/commits/graphpocalypse

@fommil fommil changed the title ignore args when running a scalatest test suppress scalacheck output when running only scalatest tests Dec 19, 2015
@fommil
Copy link
Author

fommil commented Dec 26, 2015

nice 😄 when will this be in a release?

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