drupal-jenkins-demo icon indicating copy to clipboard operation
drupal-jenkins-demo copied to clipboard

Setup question: debug skipping

Open purdy opened this issue 9 years ago • 0 comments

I've been plagued with our Drupal code getting unwieldy and bugs popping up and came across this project and I'm trying to set it up.

Right now, all my builds are failing because there are debug statements in the code. While I understand it's not nice to have that, I can't control the various debug statements from the contrib modules (i.e. views, ctools, etc). I noticed in the build.properties.default, there's a debug.php.skip setting, but when I try to use that, it doesn't skip it. I searched for debug.php.skip in build.xml and it's not in there.

Shouldn't the check-debug target have an unless in it to respect that setting?

purdy avatar Jul 10 '15 13:07 purdy