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

ScalaTest FlatSpec tests won't compile #137

Closed
tampler opened this issue Sep 27, 2018 · 1 comment
Closed

ScalaTest FlatSpec tests won't compile #137

tampler opened this issue Sep 27, 2018 · 1 comment

Comments

@tampler
Copy link

tampler commented Sep 27, 2018

Hello
I'm trying to launch a simple example FlatSpec test from your Documentation page with the following:
sbt "test-only SimpleDsp.SimpleDspModuleSpec"

Output:
[error] Expected ID character
[error] Not a valid command: test-only
...
Getting this error for the trunk version and v1.1.3 checkout. How to fix ?
Thank you for your help!

@chick
Copy link
Contributor

chick commented Sep 27, 2018

try
sbt "testOnly SimpleDsp.SimpleDspModuleSpec"
test-only is a deprecated command

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

2 participants