mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 07:14:09 +01:00
updated debug output for CI
This commit is contained in:
@@ -117,7 +117,6 @@ public class DependencyCheckTaskTest extends BaseDBTestCase {
|
|||||||
|
|
||||||
// WHEN executing the ant task
|
// WHEN executing the ant task
|
||||||
buildFileRule.executeTarget(antTaskName);
|
buildFileRule.executeTarget(antTaskName);
|
||||||
if (buildFileRule.getError() != null && !buildFileRule.getError().isEmpty()) {
|
|
||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
@@ -130,7 +129,7 @@ public class DependencyCheckTaskTest extends BaseDBTestCase {
|
|||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
System.out.println("----------------------------------------------------------");
|
System.out.println("----------------------------------------------------------");
|
||||||
}
|
|
||||||
// THEN the ant task executed without error
|
// THEN the ant task executed without error
|
||||||
final File report = new File("target/suppression-report.html");
|
final File report = new File("target/suppression-report.html");
|
||||||
assertTrue("Expected the DependencyCheck report to be generated", report.exists());
|
assertTrue("Expected the DependencyCheck report to be generated", report.exists());
|
||||||
|
|||||||
Reference in New Issue
Block a user