Fix the huge appveyor diffs

pull/2161/head
Brian Cloutier 2018-05-08 16:03:59 -07:00 committed by Brian Cloutier
parent bdfe1ed702
commit b3e85e4f71
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,9 @@ if (defined $bindir)
# context diffs pg_regress defaults to. Change default to avoid # context diffs pg_regress defaults to. Change default to avoid
# everyone having to (re-)learn how to change that setting. Also add # everyone having to (re-)learn how to change that setting. Also add
# a bit more context to make it easier to locate failed test sections. # a bit more context to make it easier to locate failed test sections.
$ENV{PG_REGRESS_DIFF_OPTS} = '-dU10'; #
# Also, ignore whitespace, without this the diffs on windows are unreadable
$ENV{PG_REGRESS_DIFF_OPTS} = '-dU10 -w';
my $plainRegress = ""; my $plainRegress = "";
my $isolationRegress = ""; my $isolationRegress = "";