mirror of https://github.com/apache/maven.git
o indicate things are ok with the verification
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83de9d058b
commit
64a4c000e4
|
@ -41,6 +41,12 @@ public class Verifier
|
|||
{
|
||||
throw new VerificationException( e );
|
||||
}
|
||||
|
||||
System.out.println( "-------------------------------------" );
|
||||
|
||||
System.out.println( "OK" );
|
||||
|
||||
System.out.println( "-------------------------------------" );
|
||||
}
|
||||
|
||||
private void verifyExpectedResult( String line )
|
||||
|
|
Loading…
Reference in New Issue