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:
Jason van Zyl 2004-06-16 12:18:24 +00:00
parent f3d5d0ee6b
commit 8c2f137858
1 changed files with 3 additions and 1 deletions

View File

@ -42,9 +42,11 @@ public void verify()
throw new VerificationException( e ); throw new VerificationException( e );
} }
System.out.println( "\n" );
System.out.println( "-------------------------------------" ); System.out.println( "-------------------------------------" );
System.out.println( "OK" ); System.out.println( "Integration test OK" );
System.out.println( "-------------------------------------" ); System.out.println( "-------------------------------------" );
} }