Skip to content

Commit

Permalink
Avoid using the same directory twice in Maven ITs
Browse files Browse the repository at this point in the history
Doesn't work very well on Windows CI as deleting files can be
problematic.
See:
#40537 (comment)
  • Loading branch information
gsmet committed May 10, 2024
1 parent 33db951 commit 0c7b77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CreateJBangProjectMojoIT extends QuarkusPlatformAwareMojoTestBase {

@Test
public void testProjectGeneration() throws MavenInvocationException, IOException {
testDir = initEmptyProject("projects/project-generation");
testDir = initEmptyProject("projects/jbang-project-generation");
assertThat(testDir).isDirectory();
invoker = initInvoker(testDir);

Expand Down

0 comments on commit 0c7b77f

Please sign in to comment.