e2e: run multiple should use preserve (#6972)

This commit is contained in:
Sam Kleinman
2021-09-22 13:13:31 -04:00
committed by GitHub
parent 1c4950dbd2
commit d04b6c2a5e

View File

@@ -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"