-
Notifications
You must be signed in to change notification settings - Fork 50
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
mc: use functional tests from mc repo #139
Conversation
build/mc/install.sh
Outdated
@@ -20,3 +20,5 @@ MC_VERSION="RELEASE.2017-06-15T03-38-43Z" | |||
test_run_dir="$MINT_RUN_CORE_DIR/mc" | |||
$WGET --output-document="${test_run_dir}/mc" "https://dl.minio.io/client/mc/release/linux-amd64/mc.${MC_VERSION}" | |||
chmod a+x "${test_run_dir}/mc" | |||
$WGET --output-document="${test_run_dir}/functional-tests.sh" https://raw.githubusercontent.com/minio/mc/master/functional-tests.sh |
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.
functional tests should be pulled from specific mc
release like other SDKs
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.
Agree with @nitisht
can you fix the branch conflicts? Can't pull docker image from travis. |
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.
Rebase needed before reviewing..
This PR can't be verified until next mc's release |
@harshavardhana @nitisht this PR is ready for review |
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.
LGTM & Tested
No description provided.