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:26 UTC

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

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
         {