Skip to content

Commit

Permalink
Removed extra configuration and extra System.out.println() statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgopalan98 committed Sep 3, 2024
1 parent b4c9b61 commit 2d07fc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<configuration>
<environmentVariables>
<PATH>${env.PATH}</PATH>
</environmentVariables>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,9 @@ public Integer execute() throws Exception {
} else if (coverage) {
new Coverage(resolver).getAll().print();
}
System.out.println("The exit status is: " + exitStatus);
return exitStatus;

} catch (Throwable e) {
System.out.println(AnsiColors.red("IN RUNNING ERRORS"));
System.out.println(AnsiColors.red("Error: " + e));
log.error("Running tests failed.", e);

Expand Down

0 comments on commit 2d07fc6

Please sign in to comment.