From 2b83ff2fb0ce5317eb05243f5b9a6ed21a5b8b6f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 27 Oct 2014 14:13:15 +0100 Subject: controller: typofix * controller/bin/dtf-controller.in: Really generate html instead of xml. --- controller/bin/dtf-controller.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/bin/dtf-controller.in b/controller/bin/dtf-controller.in index cf78070..da196b7 100644 --- a/controller/bin/dtf-controller.in +++ b/controller/bin/dtf-controller.in @@ -101,7 +101,7 @@ sub child_task subcommand [ '@libexecdir@/dtf-result-stats', "$db/$respath", - ], "$db/$respath/results.xml", "$db/$respath/dtf-result-stats.stderr" + ], "$db/$respath/results.html", "$db/$respath/dtf-result-stats.stderr" and exit(1); } -- cgit