mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 02:12:56 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user