summaryrefslogtreecommitdiffstats
path: root/tasks/initdb/runtest.sh
blob: d5323bd01bedb0b484a8e36fd639af8ec50357e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
dtf_postgresql_test_init
if rlIsFedora 18 19 20 || rlIsRHEL 5 6 7; then
    # This syntaxe is not supported on oler systems.
    :
else
    rlRun "postgresql-setup --initdb"
    rlServiceStart postgresql
    dtf_postgresql_check_started
fi

dtf_postgresql_test_finish