Commit f5180c8 Brad Gorman
committed
1 parent 0ba14a5 commit f5180c8 Copy full SHA for f5180c8
File tree 2 files changed +1
-3
lines changed
core/chaincode/platforms/car/test
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ PKGNAME = github.com/$(PROJECT_NAME)
53
53
GO_LDFLAGS = -X github.com/hyperledger/fabric/metadata.Version=$(PROJECT_VERSION )
54
54
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
55
55
UID = $(shell id -u)
56
- CHAINTOOL_RELEASE =v0.8.1
56
+ CHAINTOOL_RELEASE =v0.9.0
57
57
58
58
EXECUTABLES = go docker git curl
59
59
K := $(foreach exec,$(EXECUTABLES ) ,\
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ func TestMain(m *testing.M) {
32
32
}
33
33
34
34
func TestCar_BuildImage (t * testing.T ) {
35
- // skipped until chaintool accepts ChaincodeStubInterface updates
36
- t .SkipNow ()
37
35
vm , err := container .NewVM ()
38
36
if err != nil {
39
37
t .Fail ()
You can’t perform that action at this time.
0 commit comments