The attached file is the output from "make check" (after applying my patch on #1050). The CUnit tests appear to all run successfully. Then there's another phase where something tries to connect to a running server. This fails, of course, as there is no running server on my system (and if there were, it wouldn't be the modified version).<br>
<br>When I first saw this, I took this to be an indication that you never run "make check" until the software is installed, the database cluster is initialized, and everything is happy. But I was corrected into the belief that "make check" should be run before "make install". But it's still trying to connect to a server which isn't there. So is there a trick? If the build system is supposed to be managing a "faux install" for testing purposes, is there something in the error messages which indicates what's going wrong? How isolated is the build directory from the system directories? (I'm running this as a regular user.)<br>
<br>And of course, postgis is just an extension to the postgresql server, it doesn't contain the server code itself. How are you supposed to run the tests?<br><br>Bryce<br>