Skip to content

Commit

Permalink
Add clean to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Apr 16, 2014
1 parent 10b1c59 commit 987760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987760e

Please sign in to comment.