Skip to content

Testing Farm tests should be using make-installed scriptingΒ #47

@praiskup

Description

@praiskup

First, great progress with the testing πŸŽ‰ !

I'm here to refer to this code:

make
# initialization
./bin/postgresql-setup --init

We are basically testing a local-only script from the currently prepared build-root (that might be broken), which may easily refer to the installed system-wide scripts (that are not broken). So we might get false positive results.

What we need is to do:

$ sudo make install
$ postgresql-setup

instead of just

./postgresql-setup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions