You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/04/17 01:32:52 UTC

git commit: Add clean to build

Repository: spark
Updated Branches:
  refs/heads/master 10b1c59dc -> 987760ec0


Add clean to build


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

Branch: refs/heads/master
Commit: 987760ec0aa914995b742b234fc8663b74f5476f
Parents: 10b1c59
Author: Patrick Wendell <pw...@gmail.com>
Authored: Wed Apr 16 16:32:34 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Apr 16 16:32:34 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/987760ec/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 6805993..7be5858 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -62,7 +62,7 @@ echo "========================================================================="
 # echo "q" is needed because sbt on encountering a build file with failure 
 # (either resolution or compilation) prompts the user for input either q, r, 
 # etc to quit or retry. This echo is there to make it not block.
-echo -e "q\n" | SPARK_HIVE=true sbt/sbt assembly | \
+echo -e "q\n" | SPARK_HIVE=true sbt/sbt clean assembly | \
   grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
 
 if [ -n "$run_sql_tests" ]; then