Fixing bad logic in unit tests where a test plugin must build first.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@630047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-02-21 23:30:48 +00:00
parent 0be649b7be
commit f88f9df9ff
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class ErrorReporterPointcutTest
if ( result.hasExceptions() ) if ( result.hasExceptions() )
{ {
reportExceptions( result, basedir ); reportExceptions( result, basedir, true );
} }
} }