-
- Downloads
Add a temp-install prerequisite to "check"-like targets not having one.
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 dcae5fac introduced the shared temp-install.
Showing
- src/interfaces/ecpg/test/Makefile 2 additions, 2 deletionssrc/interfaces/ecpg/test/Makefile
- src/test/locale/Makefile 1 addition, 0 deletionssrc/test/locale/Makefile
- src/test/modules/brin/Makefile 2 additions, 2 deletionssrc/test/modules/brin/Makefile
- src/test/modules/commit_ts/Makefile 1 addition, 1 deletionsrc/test/modules/commit_ts/Makefile
- src/test/modules/test_pg_dump/Makefile 1 addition, 1 deletionsrc/test/modules/test_pg_dump/Makefile
- src/test/regress/GNUmakefile 2 additions, 2 deletionssrc/test/regress/GNUmakefile
Loading
Please register or sign in to comment