-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove '.' from @INC #13
Conversation
this seems like a jenkins issue rather than issue with the code |
retest this please |
src/main/scripts/ncm-query
Outdated
@@ -133,7 +133,9 @@ toolsuite. | |||
|
|||
package query; | |||
|
|||
pop @INC if $INC[-1] eq '.'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ttyS4 wrap this in BEGIN{}
like the other patches
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point I have just updated as that.
retest this please |
3 similar comments
retest this please |
retest this please |
retest this please |
This is the same as in quattor/CCM#181
This is the same as in quattor/CCM#181