solana-with-rpc-optimizations/ci/test-large-network.sh

21 lines
456 B
Bash
Raw Normal View History

#!/bin/bash -e
here=$(dirname "$0")
cd "$here"/..
2018-07-24 08:49:43 -07:00
2018-08-06 08:57:12 -07:00
if ! ci/version-check.sh stable; then
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
rustup install stable
ci/version-check.sh stable
fi
export RUST_BACKTRACE=1
2018-07-25 20:37:27 -07:00
./fetch-perf-libs.sh
export LD_LIBRARY_PATH+=:$PWD
export RUST_LOG=multinode=info
2018-07-24 08:49:43 -07:00
set -x
2018-07-25 20:37:27 -07:00
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored