about summary refs log tree commit diff
path: root/scripts/build-remote.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-remote.pl.in')
-rwxr-xr-xscripts/build-remote.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in
index 687b0e1310..c2f1fecd87 100755
--- a/scripts/build-remote.pl.in
+++ b/scripts/build-remote.pl.in
@@ -197,7 +197,7 @@ REQ: while (1) {
         @sshOpts = ("-i", $machine->{sshKeys}, "-x");
         $hostName = $machine->{hostName};
         eval {
-            ($from, $to) = connectToRemoteNix($hostName, \@sshOpts);
+            ($from, $to) = connectToRemoteNix($hostName, \@sshOpts, "2>&4");
             # FIXME: check if builds are inhibited.
         };
         last REQ unless $@;