From 8d73b18a2a69a6648078545203c654f8d6489b08 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Thu, 2 Jan 2025 11:27:58 -0800 Subject: [PATCH] [inplace] Save a tarball after fixing force_database_error too --- tests/inplace-testing/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/inplace-testing/test.sh b/tests/inplace-testing/test.sh index f7265fc1e209..d3ac80127381 100755 --- a/tests/inplace-testing/test.sh +++ b/tests/inplace-testing/test.sh @@ -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!