From 352353ce7a33c3ac26fbecd597ab24ae2f9c9864 Mon Sep 17 00:00:00 2001 From: tobi Date: Wed, 9 Jul 2025 17:25:45 +0200 Subject: [chore/testing] Add env vars to skip testrig setup/teardown (#4317) Add flags to skip local testrig db setup and teardown, to allow somewhat easier testing of migrations. Documents env vars available to the testrig. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4317 Co-authored-by: tobi Co-committed-by: tobi --- test/envparsing.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/envparsing.sh') diff --git a/test/envparsing.sh b/test/envparsing.sh index a6247ece5..4dba8f155 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -176,6 +176,8 @@ EXPECT=$(cat << "EOF" "protocol": "http", "remote-only": false, "request-id-header": "X-Trace-Id", + "skip-db-setup": false, + "skip-db-teardown": false, "smtp-disclose-recipients": true, "smtp-from": "queen.rip.in.piss@terfisland.org", "smtp-host": "example.com", -- cgit v1.2.3