michael-o commented on a change in pull request #134:
URL:
https://github.com/apache/maven-integration-testing/pull/134#discussion_r785820917
##########
File path:
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7349RelocationReasonTest.java
##########
@@ -57,6 +58,18 @@ public void testit()
verifier.executeGoal( "verify" );
verifier.resetStreams();
verifier.verifyErrorFreeLog();
- verifier.verifyTextInLog( "Test relocation reason" );
+ try {
+ verifier.verifyTextInLog("Test relocation reason");
+ } catch (VerificationException e) {
Review comment:
Does duplicating the output make sense? The system will print a lot
already and the log file can always be inspected by a dev.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]