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

build: fix-peers and --skip-tests #1155

Merged
merged 1 commit into from
Nov 13, 2018
Merged

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Nov 13, 2018

The fix-peer-deps script first needs to align existing peer-dependencies
to their new bumped version and only then can add new peer-dependencies.

Also, add support for "--skip-tests" in build.sh

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

The fix-peer-deps script first needs to align existing peer-dependencies
to their new bumped version and only then can add new peer-dependencies.

Also, add support for "--skip-tests" in build.sh
while [[ "${1:-}" != "" ]]; do
case $1 in
-h|--help)
echo "Usage: build.sh [--no-bail] [--force|-f]"
echo "Usage: build.sh [--no-bail] [--force|-f] [--skip-test]"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should probably be called "--no-test" instead (to match "--no-bail").

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure that's the same thing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll leave --skip-test[s] if that's okay

@eladb eladb merged commit 65821ac into master Nov 13, 2018
@eladb eladb deleted the benisrae/build-improvements branch November 13, 2018 11:00
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants