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 ce4aeee commit 776fbf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ 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 776fbf9

Please sign in to comment.