Skip to content

Commit

Permalink
[inplace] Save a tarball after fixing force_database_error too
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Jan 2, 2025
1 parent 82c54ca commit 8d73b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/inplace-testing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ if $EDGEDB query 'create empty branch asdf'; then
fi
$EDGEDB query 'configure instance reset force_database_error'
stop_server
if [ "$SAVE_TARBALLS" = 1 ]; then
tar cf "$DIR"-cooked2.tar "$DIR"
fi


# Test!
Expand Down

0 comments on commit 8d73b18

Please sign in to comment.