Skip to content

Commit c681bf6

Browse files
committed
Skip .psqlrc to avoid test output inconsistencies.
1 parent 0e3fd8e commit c681bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regress/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ NOT = \
6363
OUT := $(SQL:%.sql=%.out)
6464

6565
# Print NULL values explicitly.
66-
PSQLOPTS = -x --echo-all -P null=NULL
66+
PSQLOPTS = -X --echo-all -P null=NULL
6767

6868
# Disable NOTICE log messages
6969
export PGOPTIONS := --client-min-messages=warning

0 commit comments

Comments
 (0)