summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--controller/bin/dtf-controller.in2
1 files changed, 1 insertions, 1 deletions
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};