mirror of https://github.com/apache/maven.git
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:
parent
0be649b7be
commit
f88f9df9ff
|
@ -196,7 +196,7 @@ public class ErrorReporterPointcutTest
|
||||||
|
|
||||||
if ( result.hasExceptions() )
|
if ( result.hasExceptions() )
|
||||||
{
|
{
|
||||||
reportExceptions( result, basedir );
|
reportExceptions( result, basedir, true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue