[CRIU] [PATCH] test: app-emu -- Fix typo in command line
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jul 1 11:33:15 EDT 2013
$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
}
--
1.8.1.4
More information about the CRIU
mailing list