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 3e92002 commit d409ed7
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 d409ed7

Please sign in to comment.