Skip to content

Commit

Permalink
CXF-8701: TEMPORARY debug the failure
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Augé <[email protected]>
  • Loading branch information
rotty3000 committed May 11, 2022
1 parent f62cbd4 commit 9a0b7ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.ops4j.pax.exam.Option;
import org.ops4j.pax.exam.OptionUtils;
import org.ops4j.pax.exam.karaf.container.internal.JavaVersionUtil;
import org.ops4j.pax.exam.karaf.options.KarafDistributionOption;
import org.ops4j.pax.exam.options.extra.VMOption;
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
import org.ops4j.pax.exam.spi.reactors.PerClass;
Expand Down Expand Up @@ -62,7 +63,7 @@ public Option[] getConfig() {
when(!localRepository.isEmpty())
.useOptions(systemProperty("org.ops4j.pax.url.mvn.localRepository").value(localRepository)),
//DO NOT COMMIT WITH THIS LINE ENABLED!!!
//KarafDistributionOption.keepRuntimeFolder(),
KarafDistributionOption.keepRuntimeFolder(),
//KarafDistributionOption.debugConfiguration(), // nor this
//KarafDistributionOption.logLevel(LogLevelOption.LogLevel.INFO),

Expand Down

0 comments on commit 9a0b7ce

Please sign in to comment.