Commit b62df5c9 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

test: app-emu -- Fix typo in command line

$pid variable get chopped by editor
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 47faeca6
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment