-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump version #74
Bump version #74
Conversation
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.
two small change requests. thanks @BradleyBoutcher!
test.sh
Outdated
ARG="--tags" | ||
INT="not @integration" |
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.
should these be set to empty vars if the code doesn't hit this path?
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.
The shell will disregard them if they aren't set, which they will not be if we don't hit this path.
In any case, there were more issues with string interpolation, so I modified the command.
c8be82b
to
84ba4ff
Compare
test.sh
Outdated
--out ./features/reports \ | ||
${INTEGRATION_TAG} | ||
if [ -n "$CF_API_ENDPOINT" ]; then | ||
# run tests against latest build of buildpack |
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.
this is 100% an ignorable nit but now you've capitalized one comment and I want it for all the others too
# run tests against latest build of buildpack | |
# Run tests against latest build of buildpack (including integration tests against remote foundation) |
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.
@BradleyBoutcher I still think it'd be helpful to add something like I suggested to the end of this line
(including integration tests against remote foundation)
to clarify that in this flow, we are also running those tests
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.
Ah thank you! I didn't see the rest of this change and only capitalized the letter. I'll commit this change 👍
1a6781d
to
d955a61
Compare
- Small modification to test.sh syntax, as required by newer cucumber versions - Updated all gems to newer versions
Update Summon version in Notices.txt
d955a61
to
47c7c3c
Compare
What does this PR do?
world.rb
to meet newer dependency requirementstest.sh
to work with newer versions of cucumberWhat ticket does this PR close?
Connected to #66
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or