make -C libpq check fails obscurely if tap tests are disabled

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема make -C libpq check fails obscurely if tap tests are disabled
Дата
Msg-id 20220720172321.GL12702@telsasoft.com
обсуждение исходный текст
Ответы Re: make -C libpq check fails obscurely if tap tests are disabled  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
make -C ./src/interfaces/libpq check
PATH=... && @echo "TAP tests not enabled. Try configuring with --enable-tap-tests"
/bin/sh: 1: @echo: not found

make is telling the shell to run "@echo" , rather than running "echo" silently.

Since:

commit 6b04abdfc5e0653542ac5d586e639185a8c61a39
Author: Andres Freund <andres@anarazel.de>
Date:   Sat Feb 26 16:51:47 2022 -0800

    Run tap tests in src/interfaces/libpq.

-- 
Justin



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?)