Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

timja
Copy link
Member

@timja timja commented Sep 4, 2021

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

@timja timja requested a review from a team as a code owner September 4, 2021 14:05

REGEX='^([0-9]+)/(.+)$'

IMAGE=${IMAGE:-debian_jdk11}
Copy link
Member Author

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]+)/(.+)$'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused variable

Copy link
Contributor

@MarkEWaite MarkEWaite left a 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

@timja
Copy link
Member Author

timja commented Sep 4, 2021

Looks good to me, though I agree that the two comments might be nice to include before merge

2 comments?

@MarkEWaite
Copy link
Contributor

Looks good to me, though I agree that the two comments might be nice to include before merge

2 comments?

#194 (comment) and

Looks good to me, though I agree that the two comments might be nice to include before merge

2 comments?

I missed that your review comments were not proposing any change, just explaining the rationale for the change in that line

.gitmodules Show resolved Hide resolved
.gitmodules Show resolved Hide resolved
@timja
Copy link
Member Author

timja commented Sep 4, 2021

Created a new PR due to issues on CI, ref https://newbedev.com/git-clone-works-git-submodule-fails-permission-denied

@timja timja closed this Sep 4, 2021
auto-merge was automatically disabled September 4, 2021 16:56

Pull request was closed

@timja timja deleted the bats-assert branch September 4, 2021 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants