Commit 6f5cf13f authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrey Vagin

test/zdtm.sh: sanity check for crtools existence

Otherwise test goes too far.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrey Vagin <avagin@gmail.com>
parent be020f7a
......@@ -42,6 +42,7 @@ static/shm
"
CRTOOLS=`pwd`/`dirname $0`/../crtools
test -x $CRTOOLS || exit 1
run_test()
{
......
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