diff --git a/Makefile b/Makefile index 1b4b68d..aa98f87 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.md b/README.md index 54c7696..0c63c63 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For Q&A you can contact us at tibcolabs@tibco.com. ### 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: ``` @@ -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 -``` \ No newline at end of file +```