From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove MODULES_big from test_pg_dump |
Date: | 2016-05-06 19:27:04 |
Message-ID: | E1aylOy-0001qb-BX@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove MODULES_big from test_pg_dump
The Makefile for test_pg_dump shouldn't have a MODULES_big line
because there's no actual compiled bit for that extension. Hopefully
this will fix the Windows buildfarm members which were complaining.
In passing, also add the 'prove_installcheck' bit to the pg_dump and
test_pg_dump Makefiles, to get the buildfarm members to actually run
those tests.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/eccfeeb631fa44850b644661d8b2ce94d9ef4fc1
Modified Files
--------------
src/bin/pg_dump/Makefile | 3 +++
src/test/modules/test_pg_dump/Makefile | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2016-05-06 19:39:57 | Re: pgsql: Add TAP tests for pg_dump |
Previous Message | Robert Haas | 2016-05-06 19:22:26 | Re: [COMMITTERS] pgsql: Add TAP tests for pg_dump |