diff options
Diffstat (limited to 'tasks/initdb/runtest.sh')
-rwxr-xr-x | tasks/initdb/runtest.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tasks/initdb/runtest.sh b/tasks/initdb/runtest.sh deleted file mode 100755 index ee520d6..0000000 --- a/tasks/initdb/runtest.sh +++ /dev/null @@ -1,11 +0,0 @@ -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 |