X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Forg%2Flttng%2Fust%2Fagent%2Fintegration%2Flog4j%2FLog4jLegacyApiTest.java;h=aa847a43956c1447ab28cb4fc02ed61de6dd8a79;hb=e41ec02aad337ff074f5209ee11fe2c8edb87a81;hp=1a240b037d4b8924eaf5f7f78de1172dcfd1bc07;hpb=8576633f94f26d8fb955d7c3a29a03cd09e99ed4;p=lttng-ust-java-tests.git diff --git a/src/org/lttng/ust/agent/integration/log4j/Log4jLegacyApiTest.java b/src/org/lttng/ust/agent/integration/log4j/Log4jLegacyApiTest.java index 1a240b0..aa847a4 100644 --- a/src/org/lttng/ust/agent/integration/log4j/Log4jLegacyApiTest.java +++ b/src/org/lttng/ust/agent/integration/log4j/Log4jLegacyApiTest.java @@ -40,6 +40,8 @@ public class Log4jLegacyApiTest { /* Skip tests if we can't find the JNI library or lttng-tools */ assumeTrue(TestUtils.checkForLog4jLibrary()); assumeTrue(TestUtils.checkForLttngTools(Domain.LOG4J)); + + LttngSession.destroyAllSessions(); } @AfterClass