Move install script under tests/interop/go_pkgs
This commit is contained in:
parent
677531db76
commit
dddaacad62
|
@ -1,13 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
GO_PKGS_PATH=./tests/interop/go_pkgs
|
||||
SCRIPT_RELATIVE_PATH=`dirname $0`
|
||||
|
||||
GO_PKGS_PATH=$SCRIPT_RELATIVE_PATH
|
||||
|
||||
DAEMON_REPO=go-libp2p-daemon
|
||||
DAEMON_PATH=$GO_PKGS_PATH/$DAEMON_REPO
|
||||
|
||||
EXAMPLES_PATHS=$GO_PKGS_PATH/examples
|
||||
|
||||
|
||||
go version
|
||||
|
||||
# Install `p2pd`
|
Loading…
Reference in New Issue
Block a user