diff --git a/python/run-tests b/python/run-tests
index 2f98443c30aefcd61053d14ce2480817b70fbd09..80acd002ab7eb2eae397a41f38ab7543d95eb237 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"
 }