You put your quotes in the wrong place. See https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools
On Wed, Feb 26, 2014 at 10:04 PM, Bryn Keller <xol...@xoltar.org> wrote: > Hi Folks, > > I've tried using "sbt test-only '*PairRDDFunctionsSuite'" to run only that > test suite, which is what I think is supposed to work with ScalaTest. I > have also tried the variant with the fully qualified name spelled out as > well. No matter what I try, it always runs *all* the test suites, which > makes it very tedious to do unit testing. What am I doing wrong? > > Thanks, > Bryn >