-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="1.6.1" # Fixed version, #TODO: change to 1.6.2 once ut-control is merged | ||
UT_CONTROL_PROJECT_VERSION="1.6.2" # Fixed version | ||
|
||
# Clone the Unit Test Requirements | ||
[email protected]:rdkcentral/ut-control.git | ||
|
@@ -85,7 +85,6 @@ function check_ut_control_revision() | |
echo -e ${RED}--- New Version of ut-control released [${UT_NEXT_VERSION}] consider upgrading ---${NC} | ||
fi | ||
fi | ||
UT_CONTROL_PROJECT_VERSION=feature/gh62-multiple-profile-input-support | ||
echo -e ${YELLOW}ut-control version selected:[${UT_CONTROL_PROJECT_VERSION}]${NC} | ||
popd > /dev/null | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters