summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks/initdb/runtest.sh
blob: ee520d6b918c003a2194589c212a917c34d2c60d (plain)
1
2
3
4
5
6
7
8
9
10
11
dtf_postgresql_test_init
if rlIsFedora 18 19 20 21 || 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