2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 00:35:23 +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:
Andrew Vagin
2015-06-06 23:44:40 +03:00
committed by Pavel Emelyanov
parent 89e7f375fc
commit 45bc46ed8f

View File

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