Re: running tests selectively

2014-04-20 Thread Arun Ramakrishnan
Ah great. thanks. missed the quotes. On Sun, Apr 20, 2014 at 9:01 PM, Patrick Wendell wrote: > I put some notes in this doc: > https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools > > > On Sun, Apr 20, 2014 at 8:58 PM, Arun Ramakrishnan < > sinchr

running tests selectively

2014-04-20 Thread Arun Ramakrishnan
I would like to run some of the tests selectively. I am in branch-1.0 Tried the following two commands. But, it seems to run everything. ./sbt/sbt testOnly org.apache.spark.rdd.RDDSuite ./sbt/sbt test-only org.apache.spark.rdd.RDDSuite Also, how do I run tests of only one of the subprojects.