We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf57cbf commit a9f9c1cCopy full SHA for a9f9c1c
dev/run-tests
@@ -154,7 +154,7 @@ echo "========================================================================="
154
SBT_MAVEN_TEST_ARGS=("test")
155
fi
156
157
- 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[@]}"
158
159
# NOTE: echo "q" is needed because sbt on encountering a build file with failure
160
#+ (either resolution or compilation) prompts the user for input either q, r, etc
0 commit comments