aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
diff options
context:
space:
mode:
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"
}