aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMridul Muralidharan <mridul@gmail.com>2013-04-16 17:05:10 +0530
committerMridul Muralidharan <mridul@gmail.com>2013-04-16 17:05:10 +0530
commit323ab8ff3b822af28276e1460db0f9c73d6d6409 (patch)
tree6103c042413b6abc3cf1416c340361ae89b61130 /pom.xml
parent59c380d69a3831f0239b434a0fa1cf26a481d222 (diff)
downloadspark-323ab8ff3b822af28276e1460db0f9c73d6d6409.tar.gz
spark-323ab8ff3b822af28276e1460db0f9c73d6d6409.tar.bz2
spark-323ab8ff3b822af28276e1460db0f9c73d6d6409.zip
Scala does not prevent variable shadowing ! Sick error due to it ...
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b3134a957d..c0ba6b9b0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,8 +417,9 @@
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
- <filereports>WDF TestSuite.txt</filereports>
+ <filereports>${project.build.directory}/SparkTestSuite.txt</filereports>
<argLine>-Xms64m -Xmx1024m</argLine>
+ <stderr/>
</configuration>
<executions>
<execution>