This is an automated email from the ASF dual-hosted git repository.
richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 8a79c2b PHOENIX-7560 Redirect scala test output to a file (#155)
8a79c2b is described below
commit 8a79c2bd7c6cec781ad6b49ea524d29aca67bfcd
Author: richardantal <[email protected]>
AuthorDate: Fri Mar 28 09:46:17 2025 +0100
PHOENIX-7560 Redirect scala test output to a file (#155)
---
phoenix5-spark/pom.xml | 3 ++-
phoenix5-spark3/pom.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/phoenix5-spark/pom.xml b/phoenix5-spark/pom.xml
index 74d0392..9d617e7 100644
--- a/phoenix5-spark/pom.xml
+++ b/phoenix5-spark/pom.xml
@@ -522,8 +522,9 @@
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
- <filereports>WDF TestSuite.txt</filereports>
+ <filereports>WDF_TestSuite.txt</filereports>
<skipTests>${skipTests}</skipTests>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
<executions>
<execution>
diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml
index 461088e..8801b00 100644
--- a/phoenix5-spark3/pom.xml
+++ b/phoenix5-spark3/pom.xml
@@ -277,8 +277,9 @@
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
- <filereports>WDF TestSuite.txt</filereports>
+ <filereports>WDF_TestSuite.txt</filereports>
<skipTests>${skipTests}</skipTests>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
<executions>
<execution>