From: Jeremy Harris Date: Sun, 26 Feb 2017 19:43:35 +0000 (+0000) Subject: Quieten normal-run output to cut down on mail from cron X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/9f60e94c56760c45ba944b829901f07367cbb448 Quieten normal-run output to cut down on mail from cron --- diff --git a/run_branches b/run_branches index 429b02e..1ef72e5 100755 --- a/run_branches +++ b/run_branches @@ -40,7 +40,7 @@ my %CALLED = ( argv => [@ARGV], # get a copy! ); chdir $RealBin or die "$0: Can't chdir to '$RealBin': $!\n"; -say "Changed working directory to '$RealBin'" if -t; +#say "Changed working directory to '$RealBin'" if -t; my %branch_last; my $run_build = './run_build';