Skip to content

Commit

Permalink
Update test_run_net.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bvscd committed Feb 7, 2023
1 parent dd27980 commit 105b0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_run_net/test_run_net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TEST_ROOT=$(pwd);
cargo build --release

cd ../../../
if ! [ -d "ton-labs-node-tools" ]
if ! [ -d "ever-node-tools" ]
then
git clone "git@github.com:tonlabs/ton-labs-node-tools.git"
git clone "https://github.com/tonlabs/ever-node-tools.git"
fi
cd ton-labs-node-tools
cd ever-node-tools
TOOLS_ROOT=$(pwd)

cargo build --release
Expand Down

0 comments on commit 105b0db

Please sign in to comment.