From: Ian Jackson Date: Tue, 10 Jan 2006 18:37:58 +0000 (+0000) Subject: flush stdout X-Git-Tag: converted-from-bzr~91 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ceee944fc6e315d480385b07fae8c228ed2dd26e;p=autopkgtest.git flush stdout --- diff --git a/virt-chroot/adt-virt-chroot b/virt-chroot/adt-virt-chroot index b2ee1dc..3347edd 100755 --- a/virt-chroot/adt-virt-chroot +++ b/virt-chroot/adt-virt-chroot @@ -241,6 +241,7 @@ def cmd_copydown(c, ce): copyupdown(c, ce, False) def cmd_copyup(c, ce): copyupdown(c, ce, True) def command(): + sys.stdout.flush() ce = sys.stdin.readline() ce = ce.rstrip().split() c = map(urllib.unquote, ce)