pgsql: pg_bsd_indent: Collect test diffs in test.diffs instead of tests

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_bsd_indent: Collect test diffs in test.diffs instead of tests
Date: 2023-07-12 23:27:10
Message-ID: E1qJjEk-0005C3-KG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff

That way CI knows to pick up the file if the test fails.

Discussion: https://postgr.es/m/20230711233307.hu4wetabjm5f7ver@awork3.anarazel.de
Backpatch: 16-, where the test was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2eaa54dde21058f31fd6c9169344d8ed18342250

Modified Files
--------------
src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-07-12 23:27:48 Re: pgsql: Integrate pg_bsd_indent into our build/test infrastructure.
Previous Message Daniel Gustafsson 2023-07-12 17:43:14 pgsql: doc: Clarify the errhint example