Skip to content

Commit

Permalink
Move logback.xml so that it is not seen on its default location by th…
Browse files Browse the repository at this point in the history
…e JVM running the tests
  • Loading branch information
ppalaga committed Nov 6, 2020
1 parent f705c4d commit f8e238a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public static MvndResource create(String className, String rawProjectDir, boolea
final Path mvndPropertiesPath = testDir.resolve("mvnd.properties");
final Path localMavenRepository = deleteDir(testDir.resolve("local-maven-repo"));
final Path settingsPath = createSettings(testDir.resolve("settings.xml"));
final Path logback = Paths.get("src/test/resources/logback.xml").toAbsolutePath();
final Path logback = Paths.get("src/test/resources/logback/logback.xml").toAbsolutePath();
final Path home = deleteDir(testDir.resolve("home"));
final TestParameters parameters = new TestParameters(
testDir,
Expand Down

0 comments on commit f8e238a

Please sign in to comment.