Skip to content

Commit

Permalink
[debug] Turned on more debugging to debug CI
Browse files Browse the repository at this point in the history
Temporarily turn on debugging for review in case some CI failures
pop up that don't happen on local box. Expect that this commit will
be removed from the final PR.

Signed-off-by: Fr Jeremy Krieg <fr.jkrieg@greekwelfaresa.org.au>
  • Loading branch information
kriegfrj committed Jan 16, 2022
1 parent b09e658 commit 1ef3215
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bndtools.core.test/test.shared.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@
# The following directives are useful to have when you are debugging in the IDE
# or at your console, but are too noisy in a CI environment.
#
#-runtrace: true
-runtrace: true
#
# For debugging, uncomment this directive and comment out "-runpath.ci"
#-runpath.debug: \
# ch.qos.logback.classic,\
# ch.qos.logback.core,\
# org.apache.felix.logback
-runpath.debug: \
ch.qos.logback.classic,\
ch.qos.logback.core,\
org.apache.felix.logback
#
# For debugging, extra trace output by the tester.
#-runproperties.debug: \
# tester.trace=true
-runproperties.debug: \
tester.trace=true
#-runrequires.debug: \
# bnd.identity;id='org.apache.felix.gogo.command',\
# bnd.identity;id='org.apache.felix.gogo.runtime',\
Expand All @@ -107,8 +107,8 @@
# This directive should be uncommented when you are running in the CI environment
# so that the test output is not too noisy. For debugging, comment this
# directive and uncomment -runpath.debug
-runpath.ci: \
slf4j.nop
#-runpath.ci: \
# slf4j.nop

-runpath: \
slf4j.api
Expand Down

0 comments on commit 1ef3215

Please sign in to comment.