minor regression test refactor

Поиск
Список
Период
Сортировка
От Neil Conway
Тема minor regression test refactor
Дата
Msg-id 1169928109.21522.8.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: minor regression test refactor
Список pgsql-patches
I noticed that the "bigcheck" and "bigtest" targets of
src/test/regress/GNUMakefile don't have the right dependencies:

$ make -C src/test/regress clean bigcheck
[...]
make: ./pg_regress: Command not found
make: *** [bigcheck] Error 127

Attached is a patch that fixes this, by making "bigcheck" and "bigtest"
depend on the "all" target. Along the way, I removed some old Makefile
targets that were just aliases for existing targets, and refactored the
code for setting up the tablespace directory to avoid repeating it five
times.

Barring any objections, I'll apply this tomorrow.

-Neil


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pltcl/plython fixes for spi_prepare types
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: Ctid chain following enhancement