You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "extraScalaTestArgs" to pass extra options to scalatest. (apache#52)
* Use "extraTestArgLine" to pass extra options to scalatest.
Because the "argLine" option of scalatest is set in pom.xml and we can't
overwrite it from the command line.
Ref apache-spark-on-k8s#37
* Added a default value for extraTestArgLine
* Use a better name.
* Added a tip for this in the dev docs.
0 commit comments