aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
diff options
context:
space:
mode:
authorTor Myklebust <tmyklebu@gmail.com>2013-12-24 16:49:31 -0500
committerTor Myklebust <tmyklebu@gmail.com>2013-12-24 16:49:31 -0500
commit86e38c49420098da422a17e7c098efa34c94c35b (patch)
tree01c9e52efe942fa4d2a575e75c81e868fb1726e1 /python/pyspark
parent4efec6eb941c1c6cdec884174ea98c040a277cde (diff)
downloadspark-86e38c49420098da422a17e7c098efa34c94c35b.tar.gz
spark-86e38c49420098da422a17e7c098efa34c94c35b.tar.bz2
spark-86e38c49420098da422a17e7c098efa34c94c35b.zip
Remove useless line from test stub.
Diffstat (limited to 'python/pyspark')
-rw-r--r--python/pyspark/mllib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/mllib.py b/python/pyspark/mllib.py
index 1f5a5f6c01..46f368b1ec 100644
--- a/python/pyspark/mllib.py
+++ b/python/pyspark/mllib.py
@@ -384,7 +384,6 @@ def _test():
(failure_count, test_count) = doctest.testmod(globs=globs,
optionflags=doctest.ELLIPSIS)
globs['sc'].stop()
- print failure_count,"failures among",test_count,"tests"
if failure_count:
exit(-1)