aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-04-16 16:32:34 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-16 16:32:34 -0700
commit987760ec0aa914995b742b234fc8663b74f5476f (patch)
treed42762a397fabd5616a846ece6faff872f1a8449 /dev
parent10b1c59dcc9ca2c1dafa02cb3ea298f3b33fc914 (diff)
downloadspark-987760ec0aa914995b742b234fc8663b74f5476f.tar.gz
spark-987760ec0aa914995b742b234fc8663b74f5476f.tar.bz2
spark-987760ec0aa914995b742b234fc8663b74f5476f.zip
Add clean to build
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index 68059933f2..7be58588b1 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