Flush output after each line in runCommand()
This commit is contained in:
parent
8562398af1
commit
83a6d09e3d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -26,6 +26,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
|
||||
Santiago Vila.
|
||||
+ Add password length sanity check with fallback to default length.
|
||||
+ Raise default password length from 8 to 23.
|
||||
+ Flush output after each line in runCommand().
|
||||
|
||||
[ Santiago Vila ]
|
||||
+ Fix unaligned maxmem output of xen-create-image. (Closes: #764126)
|
||||
|
||||
@ -195,6 +195,7 @@ sub findXenToolstack
|
||||
|
||||
sub runCommand ($$;$)
|
||||
{
|
||||
local $| = 1;
|
||||
my ($cmd, $CONFIG, $fail_ok) = (@_);
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user