mirror of https://github.com/apache/maven.git
make it clear it is the integration test that passed and not just the tests
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f3d5d0ee6b
commit
8c2f137858
|
@ -41,10 +41,12 @@ public class Verifier
|
|||
{
|
||||
throw new VerificationException( e );
|
||||
}
|
||||
|
||||
System.out.println( "\n" );
|
||||
|
||||
System.out.println( "-------------------------------------" );
|
||||
|
||||
System.out.println( "OK" );
|
||||
System.out.println( "Integration test OK" );
|
||||
|
||||
System.out.println( "-------------------------------------" );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue