mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-19 20:00:51 +08:00
Change pg_regress.c back to using diff -w on Windows
This partially reverts commit 628c1d1f2c. It appears that there are non line-end differences in some regression tests on Windows. To keep the buildfarm and CI clients happy, change this back for now, pending further investigation. Per reports from Tatsuo Ishii and Nazir Bilal Yavuz.
This commit is contained in:
parent
9e4664d950
commit
c194de0713
@ -65,8 +65,8 @@ static char *shellprog = SHELLPROG;
|
||||
const char *basic_diff_opts = "";
|
||||
const char *pretty_diff_opts = "-U3";
|
||||
#else
|
||||
const char *basic_diff_opts = "--strip-trailing-cr";
|
||||
const char *pretty_diff_opts = "--strip-trailing-cr -U3";
|
||||
const char *basic_diff_opts = "-w";
|
||||
const char *pretty_diff_opts = "-w -U3";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user