* Autoflush stdout.

This commit is contained in:
Eelco Dolstra 2009-04-22 22:59:54 +00:00
parent 97a6011628
commit c48ec3d340
3 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,8 @@ use Hydra::Schema;
use Hydra::Helper::Nix;
STDOUT->autoflush();
my $db = openHydraDB;

View file

@ -14,6 +14,8 @@ my $db = openHydraDB;
my $hydraHome = $ENV{"HYDRA_HOME"};
die "The HYDRA_HOME environment variable is not set!\n" unless defined $hydraHome;
STDOUT->autoflush();
#$SIG{CHLD} = 'IGNORE';

View file

@ -9,6 +9,8 @@ use IPC::Run;
use POSIX qw(strftime);
STDOUT->autoflush();
my $db = openHydraDB;