Browse Source

e2e: run multiple should use preserve (#6972)

pull/6974/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
d04b6c2a5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/e2e/run-multiple.sh

+ 1
- 1
test/e2e/run-multiple.sh 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"


Loading…
Cancel
Save