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/18 02:26:48 UTC

[2/3] git commit: Add clean to build

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/67d01d85
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/67d01d85
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/67d01d85

Branch: refs/heads/branch-1.0
Commit: 67d01d85b5394f9fdebaf9c4be83be2ccdd3b929
Parents: 5349fab
Author: Patrick Wendell <pw...@gmail.com>
Authored: Wed Apr 16 16:32:34 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Apr 17 17:26:06 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/67d01d85/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