-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Integrate bats-assert + fix SC issues in test #194
Conversation
|
||
REGEX='^([0-9]+)/(.+)$' | ||
|
||
IMAGE=${IMAGE:-debian_jdk11} |
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.
supply a default value for when running outside of make
, (like in IDE)
|
||
REGEX='^([0-9]+)/(.+)$' |
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.
unused variable
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.
Looks good to me, though I agree that the two comments might be nice to include before merge
2 comments? |
#194 (comment) and
I missed that your review comments were not proposing any change, just explaining the rationale for the change in that line |
This reverts commit 5824b68.
Created a new PR due to issues on CI, ref https://newbedev.com/git-clone-works-git-submodule-fails-permission-denied |
bats-assert will give us the actual error when tests fail, unlike in #193 where the locale is broken but it just says test failed.
we already use it in https://github.com/jenkinsci/docker