mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 06:57:24 +00:00
e2e: run multiple should use preserve (#6972)
This commit is contained in:
@@ -21,7 +21,7 @@ for MANIFEST in "$@"; do
|
||||
START=$SECONDS
|
||||
echo "==> Running testnet: $MANIFEST"
|
||||
|
||||
if ! ./build/runner -f "$MANIFEST"; then
|
||||
if ! ./build/runner -p -f "$MANIFEST"; then
|
||||
echo "==> Testnet $MANIFEST failed, dumping manifest..."
|
||||
cat "$MANIFEST"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user