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

Rename bin/cli to bin/aruba-test-cli to prevent name conflict #390

Merged
2 commits merged into from
May 9, 2016

Conversation

maxmeyer
Copy link
Member

@maxmeyer maxmeyer commented May 7, 2016

Summary

This PR fixes #360. There's a name conflict with the mono package. Our test command has the same name like an executable from "mono".

Details

Motivation and Context

Fix #360

How Has This Been Tested?

The whole test suite has run.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

maxmeyer added 2 commits May 7, 2016 14:39
This prevents conflicts with the "mono" package which contains an
exectable called "cli"
@ghost ghost merged commit 700322f into master May 9, 2016
@mvz mvz deleted the feature/rename-cli-app branch November 7, 2017 08:30
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename 'cli' used in tests to avoid local test failures
1 participant