mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
build-remote.pl: Fix build log
This commit is contained in:
parent
838138c5c4
commit
a00a98548e
2 changed files with 5 additions and 3 deletions
|
@ -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 $@;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue