mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Place the logs in the tinderbox directory rather than cwd.
This commit is contained in:
parent
64e31b67e1
commit
902f48ca91
1 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ my %ARCHES = (
|
|||
);
|
||||
my $HOST = 'cueball.rtp.freebsd.org';
|
||||
my $USER = 'des';
|
||||
my $TBDIR = "/home/$USER/tinderbox";
|
||||
my $EMAIL = 'src-developers@freebsd.org';
|
||||
|
||||
sub report($$$) {
|
||||
|
|
@ -64,7 +65,7 @@ sub tinderbox($$$$) {
|
|||
my $arch = shift;
|
||||
my $machine = shift;
|
||||
|
||||
my $logfile = "tinderbox-$branch-$arch-$machine.log";
|
||||
my $logfile = "$TBDIR/tinderbox-$branch-$arch-$machine.log";
|
||||
|
||||
my @args = ($tinderbox, @OPTIONS);
|
||||
push(@args, "--branch=$branch");
|
||||
|
|
|
|||
Loading…
Reference in a new issue