Skip to content

Commit a9f9c1c

Browse files
committed
fix printing of sbt test arguments
1 parent cf57cbf commit a9f9c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ echo "========================================================================="
154154
SBT_MAVEN_TEST_ARGS=("test")
155155
fi
156156

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

159159
# NOTE: echo "q" is needed because sbt on encountering a build file with failure
160160
#+ (either resolution or compilation) prompts the user for input either q, r, etc

0 commit comments

Comments
 (0)