diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-23 17:24:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:51 +0800 |
commit | fcc5fe5ea800a9d3eeac487a151ea2c5a3ef6db1 (patch) | |
tree | 690cfe887a122da7ba76beeaaacfdb995de8b30f /test | |
parent | 0f4b7dd20e5b4390bb868460faa8d6c2d296af7b (diff) | |
download | dexon-fcc5fe5ea800a9d3eeac487a151ea2c5a3ef6db1.tar.gz dexon-fcc5fe5ea800a9d3eeac487a151ea2c5a3ef6db1.tar.zst dexon-fcc5fe5ea800a9d3eeac487a151ea2c5a3ef6db1.zip |
test: add script for syncing consensus core
Diffstat (limited to 'test')
-rwxr-xr-x | test/sync_core.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sync_core.sh b/test/sync_core.sh new file mode 100755 index 000000000..13f78c2aa --- /dev/null +++ b/test/sync_core.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +govendor fetch github.com/dexon-foundation/dexon-consensus-core/... |