summaryrefslogtreecommitdiffstats
path: root/controller/bin/dtf-controller.in
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-30 08:41:37 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-10-30 08:41:37 +0100
commit2ad39b1a78d94283eb3e11ee75337585ddc6d6d7 (patch)
tree1b53ab5fb6bc093a55c0c1f28ed6916b0ae9a373 /controller/bin/dtf-controller.in
parentd3774f2b9a5bcf2b7650b4f6a7b1b3179f58f6b0 (diff)
downloadpostgresql-setup-tests-2ad39b1a78d94283eb3e11ee75337585ddc6d6d7.tar.gz
postgresql-setup-tests-2ad39b1a78d94283eb3e11ee75337585ddc6d6d7.tar.xz
postgresql-setup-tests-2ad39b1a78d94283eb3e11ee75337585ddc6d6d7.zip
controller: commit results even if 'run' failed
* controller/bin/dtf-controller.in (child_task): Do not exit if dtf-run-remote failed. This allows us commit at least log files. * controller/libexec/dtf-commit-results.in: Do not try to extract dtf.tar.gz archive if it does not exist (dtf-run-remote fail).
Diffstat (limited to 'controller/bin/dtf-controller.in')
-rw-r--r--controller/bin/dtf-controller.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/bin/dtf-controller.in b/controller/bin/dtf-controller.in
index da196b7..84e098d 100644
--- a/controller/bin/dtf-controller.in
+++ b/controller/bin/dtf-controller.in
@@ -78,7 +78,6 @@ sub child_task
# its tests failed.
if ($rc ne 0) {
print STDERR "$task: failed dtf-run-remote";
- exit (1);
}
my $db = $config->{db};