Repository: spark
Updated Branches:
  refs/heads/master 96aa01378 -> 1dfb0f7b2


[HOTFIX] [TESTS] Typo mqqt -> mqtt

This was introduced in #6866.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1dfb0f7b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1dfb0f7b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1dfb0f7b

Branch: refs/heads/master
Commit: 1dfb0f7b2aed5ee6d07543fdeac8ff7c777b63b9
Parents: 96aa013
Author: Andrew Or <and...@databricks.com>
Authored: Mon Jun 22 16:16:26 2015 -0700
Committer: Andrew Or <and...@databricks.com>
Committed: Mon Jun 22 16:16:26 2015 -0700

----------------------------------------------------------------------
 dev/run-tests.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1dfb0f7b/dev/run-tests.py
----------------------------------------------------------------------
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 2cccfed..de1b453 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -179,14 +179,14 @@ streaming_twitter = Module(
 )
 
 
-streaming_mqqt = Module(
-    name="streaming-mqqt",
+streaming_mqtt = Module(
+    name="streaming-mqtt",
     dependencies=[streaming],
     source_file_regexes=[
-        "external/mqqt",
+        "external/mqtt",
     ],
     sbt_test_goals=[
-        "streaming-mqqt/test",
+        "streaming-mqtt/test",
     ]
 )
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to