[CRIU] [PATCH] test: app-emu -- Fix typo in command line
Pavel Emelyanov
xemul at parallels.com
Mon Jul 1 11:40:00 EDT 2013
On 07/01/2013 07:33 PM, Cyrill Gorcunov wrote:
> $pid variable get chopped by editor
>
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
> test/app-emu/job/job.exp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/app-emu/job/job.exp b/test/app-emu/job/job.exp
> index 6aa1757..1b9b7fb 100755
> --- a/test/app-emu/job/job.exp
> +++ b/test/app-emu/job/job.exp
> @@ -21,7 +21,7 @@ switch $current {
> puts "FAIL: Timed out on ready"
> exit -1
> }
> - system ../../../criu dump -v4 -D ./dump -o dump.log -j -t $pi
> + system ../../../criu dump -v4 -D ./dump -o dump.log -j -t $pid
> system echo "$pid" > ./dump/pid.pid
> exit 0
> }
>
Applied, thanks
More information about the CRIU
mailing list