[CRIU] Re: [PATCH 1/3] zdtm: More precise report on c/r progress
Kir Kolyshkin
kir at openvz.org
Sat Jun 2 03:28:50 EDT 2012
On 06/01/2012 08:38 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov<gorcunov at openvz.org>
> ---
> test/zdtm.sh | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/test/zdtm.sh b/test/zdtm.sh
> index 5668158..b2da0ab 100644
> --- a/test/zdtm.sh
> +++ b/test/zdtm.sh
> @@ -118,7 +118,7 @@ run_test()
> else
> while :; do
> killall -9 $tname&> /dev/null || break
> - echo Waiting...
> + echo Waiting for $tname complete dumping...
s/complete/to complete/
> sleep 1
> done
>
> @@ -133,7 +133,7 @@ run_test()
> make -C $tdir $tname.out
> for i in `seq 50`; do
> test -f $test.out&& break
> - echo Waiting...
> + echo Waiting for results on $test.out...
> sleep 1
> done
> cat $test.out
More information about the CRIU
mailing list