Commit 45bc46ed authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm: don't ignore hook's errors

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 89e7f375
......@@ -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
......
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