Repository: spark Updated Branches: refs/heads/master faeb9c0e1 -> 73b3089b8
[Docs] Run tests like in contributing guide The Contributing to Spark guide [recommends](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-AutomatedTesting) running tests by calling `./dev/run-tests`. The README should, too. `./sbt/sbt test` does not cover Python tests or style tests. Author: nchammas <[email protected]> Closes #2149 from nchammas/patch-2 and squashes the following commits: 2b3b132 [nchammas] [Docs] Run tests like in contributing guide Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/73b3089b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/73b3089b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/73b3089b Branch: refs/heads/master Commit: 73b3089b8d2901dab11bb1ef6f46c29625b677fe Parents: faeb9c0 Author: nchammas <[email protected]> Authored: Tue Aug 26 17:50:04 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Tue Aug 26 17:50:04 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/73b3089b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f75226c..0a683a4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Many of the example programs print usage help if no params are given. Testing first requires [building Spark](#building-spark). Once Spark is built, tests can be run using: - ./sbt/sbt test + ./dev/run-tests ## A Note About Hadoop Versions --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
