[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 29/29] Manual allocation: Set $| in mg-blockage
This makes it slightly easier to see what it's happening if mg-allocate or mg-blockage has no tty. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- v2: New patch --- mg-allocate | 2 ++ mg-blockage | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mg-allocate b/mg-allocate index 672d9ec..1e517a2 100755 --- a/mg-allocate +++ b/mg-allocate @@ -36,6 +36,8 @@ use Osstest::Executive; csreadconfig(); +$|=1; + our $tid; our %magictask; diff --git a/mg-blockage b/mg-blockage index 90547a5..d3e6169 100755 --- a/mg-blockage +++ b/mg-blockage @@ -24,6 +24,8 @@ sub parsedate ($) { return $r; } +$|=1; + my $baseinfo = manual_allocation_base_jobinfo(); my $info = "blockage $baseinfo [$start .. $end]"; $info .= " $minfo" if defined $minfo; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |