Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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