From 78e7fb20d18e1e0157a73033f4778fd26a6379ea Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Thu, 26 Jan 2017 11:28:16 +0800 Subject: [PATCH 1/4] 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/spark#37 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74fb7ce064457..6d5c96151e5c7 100644 --- a/pom.xml +++ b/pom.xml @@ -2096,7 +2096,7 @@ ${project.build.directory}/surefire-reports . SparkTestSuite.txt - -ea -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=${CodeCacheSize} + -ea -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=${CodeCacheSize} ${extraTestArgLine}