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 dafb247 commit 3e4f454
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +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 3e4f454

Please sign in to comment.