Skip to content

Commit

Permalink
Do not force maven.test.redirectTestOutputToFile=false on test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 25, 2019
1 parent f7d00ce commit 0e343ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ private TestExecutionResult testPluginAgainst(MavenCoordinates coreCoordinates,
}

List<String> args = new ArrayList<>();
args.add("--define=maven.test.redirectTestOutputToFile=false");
args.add("--define=forkCount=1");
args.add("hpi:resolve-test-dependencies");
args.add("hpi:test-hpl");
Expand Down

0 comments on commit 0e343ec

Please sign in to comment.