diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2014-10-03 09:14:36 +0200 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2014-10-03 09:24:36 +0200 |
commit | 9656d604846e3a67e6e045fca0e2a04e96e93e93 (patch) | |
tree | 70ae34c8420d543378dc53bcedbdd3c2c2d8fbd5 /tasks | |
parent | 3a60df60e73c23730210f3706233d74597034148 (diff) | |
download | postgresql-setup-tests-9656d604846e3a67e6e045fca0e2a04e96e93e93.tar.gz postgresql-setup-tests-9656d604846e3a67e6e045fca0e2a04e96e93e93.tar.xz postgresql-setup-tests-9656d604846e3a67e6e045fca0e2a04e96e93e93.zip |
library/run: structured output in xml
Generate xml output easily parse-able by xsltproc.
* lib.sh (dtf_resultxml_init, dtf_resultxml_finish,
dtf_resultxml_cache, dtf_die): New functions.
* run.sh: Include lib.sh globally.
* run.sh (run): Reuse new lib api.
* tasks/initdb_old/config.sh: Typo: use DTF_TEST_DESCRIPTION.
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/initdb_old/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/initdb_old/config.sh b/tasks/initdb_old/config.sh index f04f7ba..2386677 100644 --- a/tasks/initdb_old/config.sh +++ b/tasks/initdb_old/config.sh @@ -1,4 +1,4 @@ DTF_TEST_ID="initdb-old-syntax" -DESCRIPTION="\ +DTF_TEST_DESCRIPTION="\ Check that the old syntax 'postgresql-setup initdb' works together with following 'service start postgresql'." |