aboutsummaryrefslogtreecommitdiff
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:16 -0700
commit0d9723309b56d49c91018dd269ed9873004071b1 (patch)
treeefebb4bc74e896a9495d576eea1198318d32d03b
parentc0e1f99f57b540cbcfd880662a778477c70fc94d (diff)
downloadspark-0d9723309b56d49c91018dd269ed9873004071b1.tar.gz
spark-0d9723309b56d49c91018dd269ed9873004071b1.tar.bz2
spark-0d9723309b56d49c91018dd269ed9873004071b1.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 (cherry picked from commit 73b3089b8d2901dab11bb1ef6f46c29625b677fe) Signed-off-by: Reynold Xin <rxin@apache.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bec68e82fb..ef4a076842 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