From 9656d604846e3a67e6e045fca0e2a04e96e93e93 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 3 Oct 2014 09:14:36 +0200 Subject: 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. --- tasks/initdb_old/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks') 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'." -- cgit