Set NEON_MOTD to null to fix regression tests

NEON_MOTD env variable is set for psql greetings to be printed
alogn with the session_id. Disable this for regression tests
This commit is contained in:
Ivan Efremov
2025-07-24 10:17:13 +03:00
parent 9b2e6f862a
commit 5d6501f4aa

View File

@@ -40,6 +40,7 @@ def test_cloud_regress(
"PGUSER": remote_pg.default_options["user"],
"PGPASSWORD": remote_pg.default_options["password"],
"PGDATABASE": remote_pg.default_options["dbname"],
"NEON_MOTD": "", # Disable MOTD for tests
}
regress_cmd = [
str(regress_bin),