You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/12/13 12:31:18 UTC

[iotdb] branch master updated: Fix verfiy phase not working in integration-test (#8436)

This is an automated email from the ASF dual-hosted git repository.

ericpai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 3355e28525 Fix verfiy phase not working in integration-test (#8436)
3355e28525 is described below

commit 3355e28525afbf096cd2b3af4a7b0b82e3b8308f
Author: BaiJian <er...@hotmail.com>
AuthorDate: Tue Dec 13 20:31:12 2022 +0800

    Fix verfiy phase not working in integration-test (#8436)
---
 integration-test/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 3829a3131a..324f7e8ddd 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -184,7 +184,9 @@
                             <goal>verify</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
+                            <summaryFiles>
+                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
+                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>