From 2b3b132b30767f69778b2e2d2dbfc433a79d77a0 Mon Sep 17 00:00:00 2001 From: nchammas Date: Tue, 26 Aug 2014 16:32:26 -0400 Subject: [PATCH] [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 `run-tests`. The README should, too. `./sbt/sbt test` does not cover Python tests or style tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f75226ce11335..0a683a460ffac 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