large network back to erasure

This commit is contained in:
Rob Walker 2018-07-25 20:37:27 -07:00
parent cbb8dee360
commit 5115cd7798
1 changed files with 4 additions and 1 deletions

View File

@ -3,8 +3,11 @@
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