mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
zdtm: don't ignore hook's errors
Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
89e7f375fc
commit
45bc46ed8f
@@ -844,7 +844,7 @@ EOF
|
||||
|
||||
if [ -x "${test}.hook" ]; then
|
||||
echo "Executing cleanup hook"
|
||||
"${test}.hook" --clean
|
||||
"${test}.hook" --clean || return 2
|
||||
fi
|
||||
|
||||
if [ -n "$AUTO_DEDUP" ]; then
|
||||
|
Reference in New Issue
Block a user