Skip to content

Commit

Permalink
fix printing of sbt test arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Sep 17, 2014
1 parent cf57cbf commit a9f9c1c
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 @@ -154,7 +154,7 @@ echo "========================================================================="
SBT_MAVEN_TEST_ARGS=("test")
fi

echo "[info] Running Spark tests with these arguments: $SBT_MAVEN_PROFILES_ARGS $SBT_MAVEN_TEST_ARGS"
echo "[info] Running Spark tests with these arguments: $SBT_MAVEN_PROFILES_ARGS ${SBT_MAVEN_TEST_ARGS[@]}"

# NOTE: 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
Expand Down

0 comments on commit a9f9c1c

Please sign in to comment.