mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
Merge pull request #783 from tendermint/782-tendermint-invalid-command-panics
fix panic: failed to determine gopath: exec: "go"
This commit is contained in:
commit
775e100d2c
@ -44,7 +44,7 @@ func init() {
|
|||||||
// after running it (eg. sometimes small_block2 will have 5 block parts, sometimes 6).
|
// after running it (eg. sometimes small_block2 will have 5 block parts, sometimes 6).
|
||||||
// It should only have to be re-run if there is some breaking change to the consensus data structures (eg. blocks, votes)
|
// It should only have to be re-run if there is some breaking change to the consensus data structures (eg. blocks, votes)
|
||||||
// or to the behaviour of the app (eg. computes app hash differently)
|
// or to the behaviour of the app (eg. computes app hash differently)
|
||||||
var data_dir = path.Join(cmn.GoPath, "src/github.com/tendermint/tendermint/consensus", "test_data")
|
var data_dir = path.Join(cmn.GoPath(), "src/github.com/tendermint/tendermint/consensus", "test_data")
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------
|
||||||
// WAL Tests
|
// WAL Tests
|
||||||
|
4
glide.lock
generated
4
glide.lock
generated
@ -1,5 +1,5 @@
|
|||||||
hash: 9867fa4543ca4daea1a96a3883a7f483819c067ca34ed6d3aa67aace4a289e93
|
hash: 9867fa4543ca4daea1a96a3883a7f483819c067ca34ed6d3aa67aace4a289e93
|
||||||
updated: 2017-10-23T10:01:08.326324082-04:00
|
updated: 2017-10-25T07:15:06.075544403Z
|
||||||
imports:
|
imports:
|
||||||
- name: github.com/btcsuite/btcd
|
- name: github.com/btcsuite/btcd
|
||||||
version: c7588cbf7690cd9f047a28efa2dcd8f2435a4e5e
|
version: c7588cbf7690cd9f047a28efa2dcd8f2435a4e5e
|
||||||
@ -122,7 +122,7 @@ imports:
|
|||||||
subpackages:
|
subpackages:
|
||||||
- iavl
|
- iavl
|
||||||
- name: github.com/tendermint/tmlibs
|
- name: github.com/tendermint/tmlibs
|
||||||
version: 8e5266a9ef2527e68a1571f932db8228a331b556
|
version: 0a652499ead7cd20a57a6a592f0491a2b493bb85
|
||||||
subpackages:
|
subpackages:
|
||||||
- autofile
|
- autofile
|
||||||
- cli
|
- cli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user