Skip to content

Commit d7c26c7

Browse files
gmcquillanjasonmp85
authored andcommitted
Ignore supplimentary output for 9.4 during regression testing
1 parent eec969b commit d7c26c7

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
@@ -53,7 +53,7 @@ clean:
5353
else \
5454
PGOPTIONS=$(PGOPTIONS) $(PSQL) $(PSQLOPTS) $(TEST_DB) -f $*.sql > $*.out 2>&1; \
5555
fi
56-
@diff -u $*.ref $*.out >> $*.diff || status=1
56+
@diff -u -I "^COPY.*" $*.ref $*.out >> $*.diff || status=1
5757
@if test -s $*.diff; then \
5858
echo " .. FAIL"; \
5959
else \

0 commit comments

Comments
 (0)