-
Notifications
You must be signed in to change notification settings - Fork 2
PR : gh #231: Refactor makefile to include changes in ut-control #232
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,7 +67,7 @@ popd > /dev/null # ${MY_DIR} | |
| # Therefore in that case it warns you but doesnt' chnage to that version, which could cause your tests to break. | ||
| # Change this to upgrade your ut-control Major versions. Non ABI Changes 1.x.x are supported, between major revisions | ||
|
|
||
| UT_CONTROL_PROJECT_VERSION="2.0.0" # Fixed version | ||
| UT_CONTROL_PROJECT_VERSION="feature/gh109_Makefile_Update_avoid_hardcodedpaths" # Fixed version | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update this to latest ut-control before merging.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you don't need a feature branch for that, unless you are doing changes for ut-core, just upgrade it as part of your release branch...
kanjoe24 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # Clone the Unit Test Requirements | ||
| UT_CONTROL_REPO=git@github.com:rdkcentral/ut-control.git | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.