From 347e150a7bc60a1ed019877f2ae4cf2a3e51d22c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 3 Nov 2014 16:26:08 +0100 Subject: controller/dtf-controller: saner stdout log * controller/bin/dtf-controller.in: Print '\n' after error msg. --- controller/bin/dtf-controller.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller') diff --git a/controller/bin/dtf-controller.in b/controller/bin/dtf-controller.in index 84e098d..0c80ef5 100644 --- a/controller/bin/dtf-controller.in +++ b/controller/bin/dtf-controller.in @@ -77,7 +77,7 @@ sub child_task # Note that the 'dtf-run-remote' must return EXIT_SUCCESS even if some of # its tests failed. if ($rc ne 0) { - print STDERR "$task: failed dtf-run-remote"; + print STDERR "$task: failed dtf-run-remote\n"; } my $db = $config->{db}; -- cgit