mirror of https://github.com/apache/maven.git
o accounting for a change i just made in maven-core
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33f0f06a11
commit
bdcd0670ed
|
@ -131,7 +131,7 @@ public class SurefirePlugin
|
|||
// come through if it has not been set.
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
if ( !test.equals( "#test" ) )
|
||||
if ( test != null )
|
||||
{
|
||||
// FooTest -> **/FooTest.java
|
||||
|
||||
|
|
Loading…
Reference in New Issue