mirror of
https://github.com/postgres/postgres.git
synced 2026-03-16 15:43:31 -04:00
Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly. Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place. Back-patch to 9.5,
where commit
|
||
|---|---|---|
| .. | ||
| expected | ||
| specs | ||
| .gitignore | ||
| Makefile | ||