You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/10/17 09:31:25 UTC

[maven-integration-testing] branch simplify-args created (now 3a7c91e)

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

michaelo pushed a change to branch simplify-args
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at 3a7c91e  Update ITs for simplify args help

This branch includes the following new commits:

     new 3a7c91e  Update ITs for simplify args help

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-integration-testing] 01/01: Update ITs for simplify args help

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3a7c91ec5d7ccb0497d9de65e568a654bb82f0b8
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Oct 17 11:30:47 2021 +0200

    Update ITs for simplify args help
---
 .../java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
index 97249aa..dde4e3a 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5760ResumeFeatureTest.java
@@ -72,8 +72,8 @@ public class MavenITmng5760ResumeFeatureTest extends AbstractMavenIntegrationTes
         }
         catch ( final VerificationException ve )
         {
-            verifier.verifyTextInLog( "mvn <args> -r" );
-            verifyTextNotInLog( verifier, "mvn <args> -rf :module-b" );
+            verifier.verifyTextInLog( "mvn [<args>] -r" );
+            verifyTextNotInLog( verifier, "mvn [<args>] -rf :module-b" );
         }
         finally
         {
@@ -143,7 +143,7 @@ public class MavenITmng5760ResumeFeatureTest extends AbstractMavenIntegrationTes
         }
         catch ( final VerificationException ve )
         {
-            verifier.verifyTextInLog( "mvn <args> -r" );
+            verifier.verifyTextInLog( "mvn [<args>] -r" );
         }
         finally
         {