Skip to content

Commit

Permalink
Merge pull request #49 from TIBCOSoftware/master
Browse files Browse the repository at this point in the history
Merge master changes into develop
  • Loading branch information
torresashjian authored Apr 26, 2019
2 parents 9af3b97 + cd6673c commit 7bcff36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SCRIPTS_PATH := scripts
TEST_SCRIPTS_PATH := test/scripts

.PHONY: all
all: install test_all
all: install dovetail-tests

.PHONY: depend
depend:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For Q&A you can contact us at [email protected].

### Fabric admin test fails on Ubuntu

The current version of Fabric SDK supports Go 1.11.0-1.11.4. Thus, if the installation failed to download Go dependencies for Fabric SDK, you will need to download Go 1.11.4 and change the `$GOROOT` and `$PATH` environment variables to point to this version.
The current version of Fabric SDK requires Go 1.11.0-1.11.4. Thus, if the installation failed to download Go dependencies for Fabric SDK, you will need to download Go 1.11.4 and change the `$GOROOT` and `$PATH` environment variables to point to this version. If you have installed a later version of Go, e.g., 1.11.6, you can edit the file `/path/to/fabric-sdk-go/ci.properties` and set `GO_MAX_VER=1.11.6`, and then use the following steps to install dependencies.

If the `fabric admin tests` failed with the following error:
```
Expand Down Expand Up @@ -74,4 +74,4 @@ You can then try to build and test the dovetail-cli again, i.e.,
```
cd ${GOPATH}/src/github.com/TIBCOSoftware/dovetail-cli
make
```
```

0 comments on commit 7bcff36

Please sign in to comment.