Skip to content

Commit

Permalink
Dump all failing replays for hash change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Jun 6, 2022
1 parent 7809799 commit 9a2e2db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildkite/scripts/replayer-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ cd /workdir

echo "Running replayer"
mina-replayer --archive-uri postgres://postgres:$PGPASSWORD@localhost:5432/archive \
--input-file $TEST_DIR/input.json --output-file /dev/null
--input-file $TEST_DIR/input.json --output-file /dev/null \
--continue-on-error # DO NOT MERGE
exit 1

0 comments on commit 9a2e2db

Please sign in to comment.