localnet-sanity.sh now supports iterations testing

This commit is contained in:
Michael Vines
2019-01-13 09:18:50 -08:00
parent dc1049a6e7
commit d28b643c84
2 changed files with 105 additions and 42 deletions

View File

@@ -39,5 +39,5 @@ echo --- ci/localnet-sanity.sh
set -x
# Assume |cargo build| has populated target/debug/ successfully.
export PATH=$PWD/target/debug:$PATH
USE_INSTALL=1 ci/localnet-sanity.sh
USE_INSTALL=1 ci/localnet-sanity.sh -x
)