We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba14a5 commit f5180c8Copy full SHA for f5180c8
Makefile
@@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
53
GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION)
54
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
55
UID = $(shell id -u)
56
-CHAINTOOL_RELEASE=v0.8.1
+CHAINTOOL_RELEASE=v0.9.0
57
58
EXECUTABLES = go docker git curl
59
K := $(foreach exec,$(EXECUTABLES),\
core/chaincode/platforms/car/test/car_test.go
@@ -32,8 +32,6 @@ func TestMain(m *testing.M) {
32
}
33
34
func TestCar_BuildImage(t *testing.T) {
35
- // skipped until chaintool accepts ChaincodeStubInterface updates
36
- t.SkipNow()
37
vm, err := container.NewVM()
38
if err != nil {
39
t.Fail()
0 commit comments