]> xenbits.xensource.com Git - people/aperard/osstest.git/commit
cr-ensure-disk-space: Correct stdout output
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 25 Jul 2016 10:19:18 +0000 (11:19 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 25 Jul 2016 10:30:07 +0000 (11:30 +0100)
commit5d2466dc0f2656e98bf9e5a761ac878d34ee084b
tree83c38051a7358594c0795cbbcc37e7dcaa2a2d85
parent52a37f5500de3eedc0e4c79c4d6f6f0fc073a3dc
cr-ensure-disk-space: Correct stdout output

d221996eea64 "cr-ensure-disk-space: Run check_space before taking
lock" introduced an additional call to check_space but check_space
prints the start of a message (with no newline) expecting
iteration_proceed to print the rest.

Move $|=1 up appropriately and add a couple of messages in the right
place.  This involves calling quit_ok rather than exit 0.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cr-ensure-disk-space