Hiroshi Inoue writes:
> Sorry to trouble you. I posted my previous mail to Peter.
> Maybe I would be the first and last man who complains about
> this. My working directory name doesn't contain neither pgsql
> nor postgres. My DATALIB is .../test/regress/tmp_check/
> postgresql/share due to Peter's change but runcheck.sh
> ^^^^^^^^^^^^
> doesn't know it.
Hmm... This is a twofold runcheck.sh bug which was just waiting to
happen:
1. If you override the installation directories, either using an explicit
--xxxdir option, or implicitly as done here, runcheck.sh's hardwired
installation layout knowlegde fails.
2. make install prefix=somewhere doesn't work either if you use configure
--xxxdir options.
That's why runcheck.sh has been replaced. You can run the regression
tests with "make check".
If you're attached to the old driver, perhaps we could trick it by
renaming "tmp_check" to "tmp_check_pgsql" or so.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/