Re: pgsql: Improve logging of TAP tests.

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgsql: Improve logging of TAP tests.
Date: 2015-09-08 18:58:36
Message-ID: 20150908185836.GK3685@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

* Andrew Dunstan (andrew(at)dunslane(dot)net) wrote:
> Improve logging of TAP tests.

[...]

This broke 'make check' for REL9_4_STABLE with --enable-tap-tests
because it added a reference to 'with_temp_install' but didn't actually
define it.

The attached seems to fix it.

Would be great to get feedback on it as I'm no Makefile expert (it took
me far too long to run down what was happening and work out what seemed
like the right fix..).

Thanks!

Stephen

Attachment Content-Type Size
fix-makefile-tap-9.4.patch text/x-diff 2.2 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-09-08 19:00:02 pgsql: psql: Generic tab completion support for enum and bool GUCs.
Previous Message Fujii Masao 2015-09-08 17:31:07 pgsql: Add gin_fuzzy_search_limit to postgresql.conf.sample.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robbie Harwood 2015-09-08 19:12:49 Re: [PATCH v2] GSSAPI encryption support
Previous Message Merlin Moncure 2015-09-08 18:56:37 Re: Horizontal scalability/sharding