aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
diff options
context:
space:
mode:
authorKen Takagiwa <ugw.gi.world@gmail.com>2014-10-12 23:05:14 -0700
committerJosh Rosen <joshrosen@apache.org>2014-10-12 23:05:14 -0700
commitd8b8c210786dfb905d06ea0a21d633f7772d5d1a (patch)
tree988d0113531be941c4bc9ccbc9f3c0dacb71fd71 /python/run-tests
parentb4a7fa7a663c462bf537ca9d63af0dba6b4a8033 (diff)
downloadspark-d8b8c210786dfb905d06ea0a21d633f7772d5d1a.tar.gz
spark-d8b8c210786dfb905d06ea0a21d633f7772d5d1a.tar.bz2
spark-d8b8c210786dfb905d06ea0a21d633f7772d5d1a.zip
Add echo "Run streaming tests ..."
Author: Ken Takagiwa <ugw.gi.world@gmail.com> Closes #2778 from giwa/patch-2 and squashes the following commits: a59f9a1 [Ken Takagiwa] Add echo "Run streaming tests ..."
Diffstat (limited to 'python/run-tests')
-rwxr-xr-xpython/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/run-tests b/python/run-tests
index 2f98443c30..80acd002ab 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -82,6 +82,7 @@ function run_mllib_tests() {
}
function run_streaming_tests() {
+ echo "Run streaming tests ..."
run_test "pyspark/streaming/util.py"
run_test "pyspark/streaming/tests.py"
}