Browse Source

fix bash tests

pull/1104/head
Ethan Buchman 7 years ago
parent
commit
f57f97c4bd
3 changed files with 14 additions and 13 deletions
  1. +7
    -6
      test/p2p/pex/dial_peers.sh
  2. +2
    -2
      test/p2p/pex/test.sh
  3. +5
    -5
      test/p2p/pex/test_dial_peers.sh

test/p2p/pex/dial_persistent_peers.sh → test/p2p/pex/dial_peers.sh View File


+ 2
- 2
test/p2p/pex/test.sh View File

@ -11,5 +11,5 @@ cd "$GOPATH/src/github.com/tendermint/tendermint"
echo "Test reconnecting from the address book"
bash test/p2p/pex/test_addrbook.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP"
echo "Test connecting via /dial_persistent_peers"
bash test/p2p/pex/test_dial_persistent_peers.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP"
echo "Test connecting via /dial_peers"
bash test/p2p/pex/test_dial_peers.sh "$DOCKER_IMAGE" "$NETWORK_NAME" "$N" "$PROXY_APP"

test/p2p/pex/test_dial_persistent_peers.sh → test/p2p/pex/test_dial_peers.sh View File


Loading…
Cancel
Save