Skip to content

Commit

Permalink
fix: attempt 8 to debug/stabilize the ant integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 13, 2024
1 parent 88413ea commit ce4aeee
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public void testAddFileSet() throws Exception {
LOGGER.error("\n\n" + buildFileRule.getFullLog());
LOGGER.error("--------------------------------------");
throw new Exception("Ant Log:\n\n:" + buildFileRule.getFullLog(), ex);



}
assertTrue("DependencyCheck report was not generated", report.exists());
}
Expand Down

0 comments on commit ce4aeee

Please sign in to comment.