Migrate to Junit 5 Jupiter
[lttng-ust-java-tests.git] / lttng-tools-java / src / main / java / org / lttng / tools / LttngCommandLineSession.java
index 3f8793be9313bf0b0924c2bd2bd1290e27e516ee..d2867dde3744375e6b4c507bb5f6cc2bb48a1f86 100644 (file)
@@ -143,6 +143,7 @@ class LttngCommandLineSession implements ILttngSession {
                 .map(e -> e.trim())
                 .filter(e -> e.startsWith("- "))
                 .map(e -> e.substring(2))
+                .filter(e -> !e.startsWith("org.junit"))
                 .collect(Collectors.toList());
     }
 
This page took 0.022221 seconds and 4 git commands to generate.