Skip to content

Commit

Permalink
Hack Jenkins to run one test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jun 11, 2015
1 parent 9a48e8d commit 53f8ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ echo "========================================================================="
CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS

{

sbt/sbt -Phive -Dspark.hive.whitelist="inputddl5.*" "hive/test-only org.apache.spark.sql.hive.execution.HiveCompatibilitySuite"

# If the Spark SQL tests are enabled, run the tests with the Hive profiles enabled.
# This must be a single argument, as it is.
if [ -n "$_RUN_SQL_TESTS" ]; then
Expand Down

0 comments on commit 53f8ef4

Please sign in to comment.