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

hboutemy pushed a commit to branch MAVEN_OPTS
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MAVEN_OPTS by this push:
     new 32013ed  display verifier.forkMode
32013ed is described below

commit 32013ed706fa05588635a9ddda9bdc3d28dbd3f1
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Mon Jul 29 23:52:24 2019 +0200

    display verifier.forkMode
---
 .../src/test/java/org/apache/maven/it/IntegrationTestSuite.java          | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java 
b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
index f0746e3..95c4797 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
@@ -57,6 +57,7 @@ public class IntegrationTestSuite
 
             out.println( "Running integration tests for Maven " + mavenVersion 
);
             out.println( "\tusing Maven executable: " + executable );
+            out.println( "\twith verifier.forkMode: " + System.getProperty( 
"verifier.forkMode", "not defined == fork" ) );
 
             System.setProperty( "maven.version", mavenVersion );
 

Reply via email to