Skip to content
Snippets Groups Projects

Client Session Testing

Merged Sydney Anne Erickson requested to merge Anne/ClientSessionTests into release
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
 
# This script is used to start a basic 5 node network for running clients on. It is meant to be `source`'d into a script
 
# which will run clients on the network, such as `client-session-tests.sh` or the main `run.sh`.
 
#
 
# You **must** source it, because otherwise the `trap finish EXIT` instruction will cause the network to stop when
 
# network.sh returns to your script or shell. Sourcing it will "import" the commands into your script instead, causing
 
# the trap instruction to stop the network when your script/shell exits.
 
echo "STARTING SERVERS..."
echo "STARTING SERVERS..."
# Copy udbContact into place when running locally.
# Copy udbContact into place when running locally.
Loading