From dddaacad62e6030d8e0ce694b97638431ef1e037 Mon Sep 17 00:00:00 2001 From: mhchia Date: Wed, 4 Sep 2019 16:33:25 +0800 Subject: [PATCH] Move install script under `tests/interop/go_pkgs` --- .../interop/go_pkgs/install_interop_go_pkgs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename install_interop_go_pkgs.sh => tests/interop/go_pkgs/install_interop_go_pkgs.sh (89%) diff --git a/install_interop_go_pkgs.sh b/tests/interop/go_pkgs/install_interop_go_pkgs.sh similarity index 89% rename from install_interop_go_pkgs.sh rename to tests/interop/go_pkgs/install_interop_go_pkgs.sh index 978e0b0..b830e86 100755 --- a/install_interop_go_pkgs.sh +++ b/tests/interop/go_pkgs/install_interop_go_pkgs.sh @@ -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`