Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify SDK unit test fabric dependency
Currently, the Node.js SDK unit tests are cloning the master branch from Gerrit in order to include it as a dependency inside pre-built chaincode packages. That causes the unit tests to fail on all other branches except the master branch. Until the fabric dependency is entirely removed from the SDK unit tests, the test script will instead use the local copy of the fabric project to avoid cloning the dependency directly from master. This avoids unit test failures due to incompatible versions. Change-Id: I995d16b98f1e8d337a8cd44c87133c92542437d0 Signed-off-by: Anna D Derbakova <adderbak@us.ibm.com>
- Loading branch information