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 10:44:39 UTC

[maven-integration-testing] branch master updated: Update ITs for simplify args help

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1344c0  Update ITs for simplify args help
c1344c0 is described below

commit c1344c081955d62d0f3a45a2821eab243e5ef2f0
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..96a2b56 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
         {