test: add long command-line to coredump test

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2023-03-01 15:49:29 +00:00 committed by Andrei Vagin
parent edaec5d762
commit 1d4777e452

View file

@ -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