diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2014-11-06 11:40:39 +0100 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2014-11-06 11:50:27 +0100 |
commit | a963a4ab222307bfd692c38fe65bdde263c31c28 (patch) | |
tree | ad32ab219e4ba29b08c99174ee7f134ea0864983 /postgresql-tests/tasks/upgrade/basic/runtest.sh | |
parent | 69c86e4a0fcb3f086d62a7fe6913f09df7cdc742 (diff) | |
download | postgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.tar.gz postgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.tar.xz postgresql-setup-tests-a963a4ab222307bfd692c38fe65bdde263c31c28.zip |
postgresql-tasks: rename once more
* tasks/initdb: Move to tasks/initdb/basic.
* tasks/initdb_old: Move to tasks/initdb/old-syntax.
* tasks/upgrade-basic: Moved to tasks/upgrade/basic.
* tasks/upgrade-locale-utf8-syntax: Moved to
tasks/upgrade/locale/utf8-syntax.
Diffstat (limited to 'postgresql-tests/tasks/upgrade/basic/runtest.sh')
-rw-r--r-- | postgresql-tests/tasks/upgrade/basic/runtest.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/postgresql-tests/tasks/upgrade/basic/runtest.sh b/postgresql-tests/tasks/upgrade/basic/runtest.sh new file mode 100644 index 0000000..7602830 --- /dev/null +++ b/postgresql-tests/tasks/upgrade/basic/runtest.sh @@ -0,0 +1,12 @@ +export DTF_TEST_ID="upgrade-basic" +export DTF_TEST_DESCRIPTION="Check postgresql-setup [--]upgrade" + +run() +{ + dtf_postgresql_test_init + + dtf_postgresql_upgrade_tour "$(dtf_postgresql_data_mirror)" basic.tar.gz + rlAssert0 "test wrapper should finish successfully" $? + + dtf_postgresql_test_finish +} |