]> git.saurik.com Git - apt.git/commit
flush line-clearing on progress stop before post-invoke
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 10 Mar 2016 12:06:29 +0000 (13:06 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Mar 2016 10:47:19 +0000 (11:47 +0100)
commit915f4ac6d9ae239bd1aef47892075d019ec8b581
tree8b8b31716dfc877aff45e8d1c4d9e7d0df3618a2
parent12f40394b3940573c0e63d74722a95148fb1ad39
flush line-clearing on progress stop before post-invoke

All other interactions with std::cout are flushed directly, just in the
stop case we hadn't done it – no problem expect if there is still output
coming after apt is done like in the case of a post-invoke script
producing output.

Closes: 793672
apt-pkg/install-progress.cc
test/integration/test-failing-maintainer-scripts