summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-11-03 16:26:08 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-11-03 16:26:08 +0100
commit347e150a7bc60a1ed019877f2ae4cf2a3e51d22c (patch)
treeec78f18fa8c67d21493bc19b35d267a808db2b9f
parentabd039a2eb0f9b619f3f071d3d971c7834b1390b (diff)
downloadpostgresql-setup-tests-347e150a7bc60a1ed019877f2ae4cf2a3e51d22c.tar.gz
postgresql-setup-tests-347e150a7bc60a1ed019877f2ae4cf2a3e51d22c.tar.xz
postgresql-setup-tests-347e150a7bc60a1ed019877f2ae4cf2a3e51d22c.zip
controller/dtf-controller: saner stdout log
* controller/bin/dtf-controller.in: Print '\n' after error msg.
-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};