Skip to content

Commit

Permalink
Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/Br…
Browse files Browse the repository at this point in the history
…okenP2DataTest.java

Co-authored-by: Christoph Läubrich <mail@laeubi-soft.de>
  • Loading branch information
tivervac and laeubi committed Aug 1, 2023
1 parent 0d47daf commit 81222ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BrokenP2DataTest extends AbstractTychoIntegrationTest {
public void test() throws Exception {
Verifier verifier = getVerifier("brokenp2data");

verifier.executeGoals(List.of("clean", "verify", "-Dtycho-version=3.0.5"));
verifier.executeGoals(List.of("clean", "verify"));
verifier.verifyErrorFreeLog();
}
}

0 comments on commit 81222ea

Please sign in to comment.