Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu committed May 1, 2022
1 parent c35914c commit 972433a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ tar xzvf ${DOWNLOAD_PATH} -C /tmp
/tmp/avalanche-network-runner -h

#################################
echo "building e2e.test"
echo "building e2e"
# to install the ginkgo binary (required for test build and run)
go install -v github.com/onsi/ginkgo/v2/ginkgo@v2.1.3
ACK_GINKGO_RC=true ginkgo build ./tests/e2e
./tests/e2e/e2e.test --help
ACK_GINKGO_RC=true ginkgo build ./tests
./tests/e2e --help

#################################
# run "avalanche-network-runner" server
Expand Down

0 comments on commit 972433a

Please sign in to comment.