Обсуждение: Minor fixes to Windows tests

Поиск
Список
Период
Сортировка

Minor fixes to Windows tests

От
Craig Ringer
Дата:
Hi all

The README for the Windows tests could use some updates. In particular:

* The user the "psqlodbc_test_dsn" connects as must have "createdb" rights

* "diff.exe" must be on the PATH. The simplest  way to provide a
suitable diff is to append (not prepend) your git\bin directory from
msysgit to your PATH.


I also noticed that 'results/' isn't created automatically by the
Makefile, so the tests don't work until it's created manually.



--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Re: Minor fixes to Windows tests

От
Heikki Linnakangas
Дата:
On 06/15/2015 11:17 AM, Craig Ringer wrote:
> Hi all
>
> The README for the Windows tests could use some updates. In particular:
>
> * The user the "psqlodbc_test_dsn" connects as must have "createdb" rights
>
> * "diff.exe" must be on the PATH. The simplest  way to provide a
> suitable diff is to append (not prepend) your git\bin directory from
> msysgit to your PATH.
>
>
> I also noticed that 'results/' isn't created automatically by the
> Makefile, so the tests don't work until it's created manually.

Agreed. Could you write the patch, please? I don't have a Windows
environment setup right now so I couldn't test it.

- Heikki