Re: convert libpq uri-regress tests to tap test
От | Justin Pryzby |
---|---|
Тема | Re: convert libpq uri-regress tests to tap test |
Дата | |
Msg-id | 20220529151850.GN19626@telsasoft.com обсуждение исходный текст |
Ответ на | Re: convert libpq uri-regress tests to tap test (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: convert libpq uri-regress tests to tap test
Re: convert libpq uri-regress tests to tap test |
Список | pgsql-hackers |
On Sat, Feb 26, 2022 at 05:46:26PM -0800, Andres Freund wrote: > On 2022-02-25 17:52:29 -0800, Andres Freund wrote: > > I'd like to commit 0001 and 0002 soon, unless somebody sees a reason not to? > > Pushed. If I'm not wrong, this isn't being run by check-world. commit 4dc465207517c4b69a1f2b657a8ad0700c08e34c Author: Justin Pryzby <pryzbyj@telsasoft.com> Date: Sat May 28 22:32:58 2022 -0500 libpq tests were not being run See also: ac25173cdbc40b310a7e72d9557c45a699f1f7b3 6b04abdfc5e0653542ac5d586e639185a8c61a39 diff --git a/GNUmakefile.in b/GNUmakefile.in index 2352fc1171a..cb613086c7c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -68,10 +68,10 @@ check check-tests installcheck installcheck-parallel installcheck-tests: CHECKPR check check-tests installcheck installcheck-parallel installcheck-tests: submake-generated-headers $(MAKE) -C src/test/regress $@ -$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib src/bin,check) -$(call recurse,checkprep, src/test src/pl src/interfaces/ecpg contrib src/bin) +$(call recurse,check-world,src/test src/pl src/interfaces/ecpg src/interfaces/libpq contrib src/bin,check) +$(call recurse,checkprep, src/test src/pl src/interfaces/ecpg src/interfaces/libpq contrib src/bin) -$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib src/bin,installcheck) +$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg src/interfaces/libpq contrib src/bin,installcheck) $(call recurse,install-tests,src/test/regress,install-tests) GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
В списке pgsql-hackers по дате отправления: