Skip to content

Commit

Permalink
Merge 228ef3d into 23db939
Browse files Browse the repository at this point in the history
  • Loading branch information
smoneuse committed Aug 3, 2020
2 parents 23db939 + 228ef3d commit a524889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/test/java/org/seedstack/seed/core/LoggingIT.java
Expand Up @@ -37,6 +37,7 @@ public static void setUp() throws Exception {
@AfterClass
public static void tearDown() throws Exception {
System.clearProperty("testfileLogging");
Seed.refresh();
if (LOGFILE.exists() && !LOGFILE.delete()) {
throw new IllegalStateException("Unable to delete test file");
}
Expand Down

0 comments on commit a524889

Please sign in to comment.