This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You're good to go, happy coding! Check out the examples for usage demonstrations
2929### Community
3030
3131- Discussion is happening in [ Rocket Chat] ( https://chat.hyperledger.org/channel/fabric-sdk-go ) .
32- - Issue tracking is handled in [ Jira] ( https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=7&view=planning ) .
32+ - Issue tracking is handled in [ Jira] ( https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=7&view=planning ) .
3333- Active development occurs in the [ Gerrit] ( https://gerrit.hyperledger.org/r/#/admin/projects/fabric-sdk-go )
3434repository.
3535
@@ -107,6 +107,12 @@ The test suite defaults to the latest compatible tag of fabric images at Docker
107107The following commands starts Fabric:
108108
109109```
110+ # In the Fabric SDK Go directory
111+ cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/
112+
113+ # Clean previous test run artifacts
114+ make clean
115+
110116# Start fabric
111117cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/test/fixtures/
112118docker-compose up --force-recreate
@@ -116,12 +122,6 @@ docker-compose up --force-recreate
116122
117123Fabric should now be running. In a different shell, run integration tests
118124```
119- # In the Fabric SDK Go directory
120- cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/
121-
122- # Clean previous test run artifacts
123- make clean
124-
125125# In the Fabric SDK integration tests directory
126126cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/test/integration/
127127go test
You can’t perform that action at this time.
0 commit comments