Commit 3785d112 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test/unix-callback: don't use the --shell-job optios

It isn't required here and Mr Jenkins can't execute this job.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 76df748c
...@@ -27,7 +27,7 @@ done ...@@ -27,7 +27,7 @@ done
pid=`cat pid` pid=`cat pid`
${CRIU} dump --shell-job -D data -o dump.log -v4 --lib `pwd`/lib -t $pid || exit 1 ${CRIU} dump -D data -o dump.log -v4 --lib `pwd`/lib -t $pid || exit 1
kill $srv_pid kill $srv_pid
wait $srv_pid wait $srv_pid
unlink /tmp/criu.unix.callback.test unlink /tmp/criu.unix.callback.test
...@@ -37,7 +37,7 @@ for i in `seq 20`; do ...@@ -37,7 +37,7 @@ for i in `seq 20`; do
test -f /tmp/criu.unix.callback.test && break test -f /tmp/criu.unix.callback.test && break
sleep 0.1 sleep 0.1
done done
${CRIU} restore --shell-job -D data -o restore.log -v4 --lib `pwd`/lib -d || exit 1 ${CRIU} restore -D data -o restore.log -v4 --lib `pwd`/lib -d || exit 1
kill $pid kill $pid
while :; do while :; do
cat output | grep PASS && break cat output | grep PASS && break
......
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