mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
test: add long command-line to coredump test
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
edaec5d762
commit
1d4777e452
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -x
|
|||
source ../env.sh || exit 1
|
||||
|
||||
function gen_imgs {
|
||||
PID=$(../loop)
|
||||
PID=$(../loop with a very very very very very very very very very very very very long cmdline)
|
||||
if ! $CRIU dump -v4 -o dump.log -D ./ -t "$PID"; then
|
||||
echo "Failed to checkpoint process $PID"
|
||||
cat dump.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue