aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornchammas <nicholas.chammas@gmail.com>2014-08-26 17:50:04 -0700
committerReynold Xin <rxin@apache.org>2014-08-26 17:50:04 -0700
commit73b3089b8d2901dab11bb1ef6f46c29625b677fe (patch)
treef410eab14256008c84eccbd10c68a7a2a4543f6c /README.md
parentfaeb9c0e1440f4af888be0dfc5de7b57efc92b00 (diff)
downloadspark-73b3089b8d2901dab11bb1ef6f46c29625b677fe.tar.gz
spark-73b3089b8d2901dab11bb1ef6f46c29625b677fe.tar.bz2
spark-73b3089b8d2901dab11bb1ef6f46c29625b677fe.zip
[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 <nicholas.chammas@gmail.com> Closes #2149 from nchammas/patch-2 and squashes the following commits: 2b3b132 [nchammas] [Docs] Run tests like in contributing guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f75226ce11..0a683a460f 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