Skip to content

Commit 8a4daf2

Browse files
committed
minor fix
1 parent 0d7f6cf commit 8a4daf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/run-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ CURRENT_BLOCK=$BLOCK_BUILD
153153
# QUESTION: Why doesn't 'grep -v -e "^\[info\] Resolving"' work?
154154
# First build with 0.12 to ensure patches do not break the hive 12 build
155155
echo -e "q\n" \
156-
| sbt/sbt $BUILD_MVN_PROFILE_ARGS clean hive/compile hive-thiftserver/compile \
156+
| sbt/sbt $BUILD_MVN_PROFILE_ARGS clean hive/compile hive-thriftserver/compile \
157157
| grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
158158

159159
# Then build with default version(0.13.1) because tests based on this version
160160
echo -e "q\n" \
161-
| sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive clean hive/compile hive-thiftserver/compile \
161+
| sbt/sbt $SBT_MAVEN_PROFILES_ARGS -Phive clean assembly/assembly \
162162
| grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
163163
}
164164

0 commit comments

Comments
 (0)