You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-4146] chaincode install panics if GOPATH empty
If the GOPATH isn't set, the command peer chaincode install panics
because of golang/platform.go
I added a test that simulates such a condition. Also added one test
which uses an invalid URL path in order to improve the UT coverage for
ValidateSpec().
Change-Id: I1c9ed3406078bddf48e866bd0ca9a856a1c0848e
Signed-off-by: Yacov Manevich <[email protected]>
Signed-off-by: Will Lahti <[email protected]>
0 commit comments