Commit 3e6f1ae8 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: exit with the zero code if everything is ok

Cc: Yicheng Qin <yichengq@google.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 05745cee
......@@ -733,4 +733,4 @@ else
fi
[ -n "$TMP_TREE" ] && rm -rf $TMP_TREE
[ -n "$ZDTM_FAILED" ] && exit 1
[ -n "$ZDTM_FAILED" ] && exit 1 || exit 0
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