mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 04:46:00 +00:00
cccd1e4640
* Add tooling necessary to improve utp-testing
10 lines
151 B
Bash
10 lines
151 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# Set up the routing needed for the simulation.
|
|
/setup.sh
|
|
|
|
echo "Client params: $CLIENT_PARAMS"
|
|
|
|
./bin/utp_test_app $CLIENT_PARAMS
|