Skip to content

Commit 588dec3

Browse files
committed
Added debug for one test, increases debug logging coverage.
1 parent f89cd2b commit 588dec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/e_gineering/maven/gitflowhelper/RetargetDeployIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public void masterTargetsReleases() throws Exception {
8989

9090
// Promote with the support branch
9191
verifier = createVerifier("/project-stub", "origin/master", "3.3.0");
92+
verifier.setMavenDebug(true);
9293
verifier.executeGoal("deploy");
9394

9495
verifier.verifyErrorFreeLog();

0 commit comments

Comments
 (0)