Skip to content

Commit 5656335

Browse files
committed
CXF-8701: TEMPORARY debug the failure
Signed-off-by: Raymond Augé <rotty3000@apache.org>
1 parent f62cbd4 commit 5656335

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.ops4j.pax.exam.Option;
2828
import org.ops4j.pax.exam.OptionUtils;
2929
import org.ops4j.pax.exam.karaf.container.internal.JavaVersionUtil;
30+
import org.ops4j.pax.exam.karaf.options.KarafDistributionOption;
3031
import org.ops4j.pax.exam.options.extra.VMOption;
3132
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
3233
import org.ops4j.pax.exam.spi.reactors.PerClass;
@@ -63,8 +64,8 @@ public Option[] getConfig() {
6364
.useOptions(systemProperty("org.ops4j.pax.url.mvn.localRepository").value(localRepository)),
6465
//DO NOT COMMIT WITH THIS LINE ENABLED!!!
6566
//KarafDistributionOption.keepRuntimeFolder(),
66-
//KarafDistributionOption.debugConfiguration(), // nor this
67-
//KarafDistributionOption.logLevel(LogLevelOption.LogLevel.INFO),
67+
KarafDistributionOption.debugConfiguration(), // nor this
68+
KarafDistributionOption.logLevel(org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel.DEBUG),
6869

6970
features(
7071
maven("org.apache.cxf.karaf", "apache-cxf").versionAsInProject().type("xml").classifier("features"),

0 commit comments

Comments
 (0)