Skip to content

Commit

Permalink
https://github.com/quarkusio/quarkus/issues/16195
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed May 5, 2021
1 parent 27ef162 commit 4d17174
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,6 @@ private SurefireProperties setupProperties()
getUserProperties(), sysProps );

result.setProperty( "basedir", getBasedir().getAbsolutePath() );
result.setProperty( "user.dir", getWorkingDirectory().getAbsolutePath() );
result.setProperty( "localRepository", getLocalRepository().getBasedir() );
if ( isForking() )
{
Expand All @@ -1246,10 +1245,16 @@ private SurefireProperties setupProperties()
);
}
}
else
{
result.setProperty( "user.dir", getWorkingDirectory().getAbsolutePath() );
}

if ( getConsoleLogger().isDebugEnabled() )
{
showToLog( result, getConsoleLogger() );
}

return result;
}

Expand Down

0 comments on commit 4d17174

Please sign in to comment.