-
Notifications
You must be signed in to change notification settings - Fork 1
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
23 changed files
with
3,093 additions
and
281 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
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
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
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ NC="\e[39m" | |
# When the major version changes in the ut-core, what that signals is that the testings will have to be upgraded to support that version | ||
# 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-Core Major versions. Non ABI Changes 1.x.x are supported, between major revisions | ||
UT_PROJECT_MAJOR_VERSION="2." | ||
UT_PROJECT_MAJOR_VERSION="3." | ||
|
||
# Clone the Unit Test Requirements | ||
[email protected]:rdkcentral/ut-core.git | ||
|
@@ -60,7 +60,7 @@ else | |
check_next_revision | ||
cd ./ut-core | ||
git checkout ${UT_CORE_PROJECT_VERSION} | ||
./build.sh | ||
./build.sh $@ | ||
cd .. | ||
./${0} $@ | ||
fi |
Oops, something went wrong.