test large network with erasure

This commit is contained in:
Rob Walker 2018-07-24 08:49:43 -07:00
parent fcdb0403ba
commit 940caf7876
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@
here=$(dirname "$0")
cd "$here"/..
./fetch-perf-libs.sh
export LD_LIBRARY_PATH+=:$PWD
export RUST_BACKTRACE=1
export RUST_LOG=multinode=info
set -x
exec cargo test --release test_multi_node_dynamic_network -- --ignored
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored